Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Middleware ¶
func Middleware(service services.UserService) fiber.Handler
Types ¶
type AuthHandler ¶
type AuthHandler struct {
// contains filtered or unexported fields
}
func NewAuthHandler ¶
func NewAuthHandler(s services.UserService) *AuthHandler
func (*AuthHandler) HandlerIndex ¶
func (h *AuthHandler) HandlerIndex(c *fiber.Ctx) error
func (*AuthHandler) HandlerLogout ¶
func (h *AuthHandler) HandlerLogout(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.