Documentation
¶
Index ¶
- type Handler
- func (h *Handler) Error500(c *fiber.Ctx) error
- func (h *Handler) ErrorReturned(c *fiber.Ctx) error
- func (h *Handler) ListViaDbHelpers(db *bun.DB) fiber.Handler
- func (h *Handler) ListViaRepository(c *fiber.Ctx) error
- func (h *Handler) Profile(c *fiber.Ctx) error
- func (h *Handler) Profile2(c *fiber.Ctx) error
- func (h *Handler) Welcome(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func NewHandler ¶
func (*Handler) ErrorReturned ¶
Error returned this way in a handler are resolved in the errorHandler middleware
func (*Handler) ListViaDbHelpers ¶
func (*Handler) ListViaRepository ¶
Click to show internal directories.
Click to hide internal directories.