Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController(userUseCase user_usecase.UserUseCaseInterface) *UserController
func (*UserController) FindUserById ¶
func (u *UserController) FindUserById(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.