Documentation ¶
Index ¶
- func BanTeam(team uuid.UUID) error
- func CheckTeamCode(code string) bool
- func CheckTeamSize(team_id uuid.UUID) bool
- func CheckUserInTeam(id uuid.UUID, teamid uuid.UUID) bool
- func CheckUserTeam(userid uuid.UUID) error
- func CreateTeam(team models.Team) error
- func DeleteTeam(teamid uuid.UUID, userid uuid.UUID) error
- func FindTeamByCode(code string) (models.Team, error)
- func FindTeamByTeamID(team_id uuid.UUID) (models.GetTeam, error)
- func GetAllTeams() ([]models.AdminGetTeam, error)
- func UnbanTeam(team uuid.UUID) error
- func UpdateTeamName(teamName string, id uuid.UUID) error
- func UpdateUserTeamDetails(teamid uuid.UUID, id uuid.UUID) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckTeamCode ¶
func CheckTeamSize ¶
func CheckUserTeam ¶
func CreateTeam ¶
func GetAllTeams ¶
func GetAllTeams() ([]models.AdminGetTeam, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.