Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserController ¶
type UserController struct{}
func NewUserController ¶
func NewUserController() *UserController
func (*UserController) Info ¶
func (c *UserController) Info(ctx *gin.Context)
func (*UserController) List ¶
func (c *UserController) List(ctx *gin.Context)
func (*UserController) RegisterModule ¶
func (c *UserController) RegisterModule(s *server.Server)
server module register interface
Click to show internal directories.
Click to hide internal directories.