Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthHandler ¶
type HealthHandler struct {
// contains filtered or unexported fields
}
HealthHandler handles health check requests
func NewHealthHandler ¶
func NewHealthHandler(logger *zap.Logger) *HealthHandler
NewHealthHandler creates a new health handler
type UserHandler ¶
type UserHandler struct {
// contains filtered or unexported fields
}
UserHandler handles user-related HTTP requests
func NewUserHandler ¶
func NewUserHandler(userService *models.UserService, logger *zap.Logger) *UserHandler
NewUserHandler creates a new user handler
func (*UserHandler) CreateUser ¶
func (h *UserHandler) CreateUser(c echo.Context) error
CreateUser handles POST /api/users
type WelcomeHandler ¶
type WelcomeHandler struct {
// contains filtered or unexported fields
}
WelcomeHandler handles welcome page requests
func NewWelcomeHandler ¶
func NewWelcomeHandler(logger *zap.Logger) *WelcomeHandler
NewWelcomeHandler creates a new welcome handler
Click to show internal directories.
Click to hide internal directories.