Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingController ¶
type PingController struct{}
func (PingController) Ping ¶
func (controller PingController) Ping(c *gin.Context)
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController() *UserController
func (UserController) Login ¶
func (userController UserController) Login(c *gin.Context)
func (UserController) Register ¶
func (userController UserController) Register(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.