Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
HTTP handler structure.
func NewHandler ¶
Creating a new HTTP handler.
func (*Handler) InitMiddleware ¶
func (h *Handler) InitMiddleware(router fiber.Router)
Initialize http middleware.
func (*Handler) InitRoutes ¶
func (h *Handler) InitRoutes(router fiber.Router)
Initialize http routes.
Click to show internal directories.
Click to hide internal directories.