Versions in this module Expand all Collapse all v0 v0.0.1 May 21, 2025 Changes in this version + type Handler struct + func NewHandler(biz biz.IBiz, val *validation.Validator) *Handler + func (h *Handler) ChangePassword(c *gin.Context) + func (h *Handler) CreateFrostmourneDep(c *gin.Context) + func (h *Handler) CreateFrostmourneTeam(c *gin.Context) + func (h *Handler) CreateFrostmourneUser(c *gin.Context) + func (h *Handler) CreateUser(c *gin.Context) + func (h *Handler) DeleteUser(c *gin.Context) + func (h *Handler) GetUser(c *gin.Context) + func (h *Handler) Healthz(c *gin.Context) + func (h *Handler) ListUser(c *gin.Context) + func (h *Handler) Login(c *gin.Context) + func (h *Handler) RefreshToken(c *gin.Context) + func (h *Handler) UpdateUser(c *gin.Context)