Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct {
UserService service.UserService
}
func NewUserController ¶
func NewUserController(UserService *service.UserService) UserController
func (*UserController) GetData ¶
func (controller *UserController) GetData(c *fiber.Ctx) error
func (*UserController) Login ¶
func (controller *UserController) Login(c *fiber.Ctx) error
func (*UserController) Register ¶
func (controller *UserController) Register(c *fiber.Ctx) error
func (*UserController) Route ¶
func (controller *UserController) Route(app *fiber.App)
Click to show internal directories.
Click to hide internal directories.