Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NumberOfClassesMap = map[Format]int{ Highlander: 9, Sixes: 6, Fours: 4, Ultiduo: 2, Bball: 2, Debug: 1, Prolander: 7, } FriendlyNamesMap = map[Format]string{ Highlander: "Highlander", Sixes: "6s", Fours: "4v4", Ultiduo: "Ultiduo", Bball: "Bball", Debug: "Debug", Prolander: "Prolander", } )
Functions ¶
func GetClasses ¶
Types ¶
type ErrorInvalidClass ¶
type ErrorInvalidClass string
func (ErrorInvalidClass) Error ¶
func (e ErrorInvalidClass) Error() string
type ErrorInvalidSlot ¶
type ErrorInvalidSlot int
func (ErrorInvalidSlot) Error ¶
func (e ErrorInvalidSlot) Error() string
type ErrorInvalidTeam ¶
type ErrorInvalidTeam string
func (ErrorInvalidTeam) Error ¶
func (e ErrorInvalidTeam) Error() string
Click to show internal directories.
Click to hide internal directories.