Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct {
UserUseCase usecase.UserUseCaseInterface
}
func (*UserController) LoginHandler ¶
func (uc *UserController) LoginHandler(e echo.Context) error
func (*UserController) RegisterHandler ¶
func (uc *UserController) RegisterHandler(e echo.Context) error
Click to show internal directories.
Click to hide internal directories.