Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2025 Changes in this version + type HTTPHandler struct + func New(authService auth.ServiceInterface, jwtObj *auth.JWTObj) HTTPHandler + func (h *HTTPHandler) GetMe(ctx *fiber.Ctx) error + func (h *HTTPHandler) Healthcheck(ctx *fiber.Ctx) error + func (h *HTTPHandler) Login(ctx *fiber.Ctx) error + func (h *HTTPHandler) Register(ctx *fiber.Ctx) error + type Response struct + Data interface{} + Error bool