Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailController ¶
type MailController struct { }
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController(service serviceinterface.UserService) *UserController
func (*UserController) Me ¶
func (controller *UserController) Me(ctx *gin.Context)
func (*UserController) UpdateProfile ¶
func (controller *UserController) UpdateProfile(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.