Documentation ¶
Index ¶
Constants ¶
View Source
const ( KindUnknown = Kind("") KindMatch = Kind("Match") KindUser = Kind("User") )
View Source
const ( MatchStatusInvalid = "" MatchStatusWaiting = "WAITING_FOR_OPPONENT" MatchStatusReady = "READY" MatchStatusInProgress = "IN_PROGRESS" MatchStatusCompleted = "COMPLETED" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrJoinedOwnMatch ¶
type ErrJoinedOwnMatch struct{}
func (ErrJoinedOwnMatch) Error ¶
func (ErrJoinedOwnMatch) Error() string
func (ErrJoinedOwnMatch) Type ¶
func (ErrJoinedOwnMatch) Type() string
type ErrMatchAlreadyFull ¶
type ErrMatchAlreadyFull struct{}
func (ErrMatchAlreadyFull) Error ¶
func (ErrMatchAlreadyFull) Error() string
func (ErrMatchAlreadyFull) Type ¶
func (ErrMatchAlreadyFull) Type() string
type ErrMatchNotFound ¶
type ErrMatchNotFound struct{}
func (ErrMatchNotFound) Error ¶
func (ErrMatchNotFound) Error() string
func (ErrMatchNotFound) Type ¶
func (ErrMatchNotFound) Type() string
type MatchStatus ¶
type MatchStatus string
Click to show internal directories.
Click to hide internal directories.