Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
AuthService service.IAuthService
}
func InitAuthController ¶
func InitAuthController(authService service.IAuthService) *AuthController
func (*AuthController) LoginAuth ¶
func (c *AuthController) LoginAuth(ctx *fiber.Ctx) error
func (*AuthController) Mount ¶
func (authController *AuthController) Mount(group fiber.Router)
func (*AuthController) RegisterAuth ¶
func (c *AuthController) RegisterAuth(ctx *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.