Documentation
¶
Index ¶
- func CreateGroup(base *entry.GroupBase) (entry.Group, error)
- func CreatePlayer(base *entry.PlayerBase, pInfo *pto.PlayerInfo) (entry.Player, error)
- func CreateRoom(base *entry.RoomBase) (entry.Room, error)
- func CreateTeam(base *entry.TeamBase) (entry.Team, error)
- type Group
- type Player
- type Room
- type Team
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePlayer ¶
func CreatePlayer(base *entry.PlayerBase, pInfo *pto.PlayerInfo) (entry.Player, error)
Types ¶
type Group ¶
type Group struct {
*glicko2.GroupBaseGlicko2
}
type Player ¶
type Player struct {
*glicko2.PlayerBaseGlicko2
}
type Room ¶
type Room struct {
*glicko2.RoomBaseGlicko2
}
type Team ¶
type Team struct {
*glicko2.TeamBaseGlicko2
}
Click to show internal directories.
Click to hide internal directories.