Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthController ¶
type HealthController struct{}
func (HealthController) Status ¶
func (h HealthController) Status(c *gin.Context)
type UserController ¶
type UserController struct {
DB db.Database
Auth auth.Authenticator
}
func (UserController) AutorizeToken ¶
func (uh UserController) AutorizeToken(c *gin.Context)
func (UserController) GetUsers ¶
func (uh UserController) GetUsers(c *gin.Context)
func (UserController) Login ¶
func (uh UserController) Login(c *gin.Context)
func (UserController) Register ¶
func (uh UserController) Register(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.