Documentation ¶
Index ¶
- func DeleteTeam(c *gin.Context) (int, interface{})
- func EditTeam(c *gin.Context) (int, interface{})
- func GetAllTeams(c *gin.Context) (int, interface{})
- func GetTeamInfo(c *gin.Context) (int, interface{})
- func NewTeams(c *gin.Context) (int, interface{})
- func ResetTeamPassword(c *gin.Context) (int, interface{})
- func TeamLogin(c *gin.Context) (int, interface{})
- func TeamLogout(c *gin.Context) (int, interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteTeam ¶
DeleteTeam is delete a team handler.
func GetAllTeams ¶
GetAllTeams returns all the teams info for manager.
func GetTeamInfo ¶
GetTeamInfo returns the team its info.
func ResetTeamPassword ¶
ResetTeamPassword will reset a team's password. The new password is a random string.
func TeamLogout ¶
TeamLogout is the team logout handler.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.