Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Errors ¶
type Errors struct { Unknown, InvalidArgument, MatchAlreadyStarted, NoVChUser, NoAvailableVCh, OwnerNotInVchs, MatchNotFound, ConflictVCh, InvalidTeam error }
var Errs *Errors
type Message ¶
type Message struct { MessageFormatter // contains filtered or unexported fields }
type MessageFormatter ¶
type Messages ¶
type Messages struct { Help, Exit, UnknownError, MatchAlreadyStarted, AskTeam1VCh, AskTeam1VChWithRecommend, AskTeam2VCh, ConfirmTeam1VCh, ConfirmTeam2VCh, RequestChName, MakeTeam, ConfirmTeam, ConflictVCh, NoVChAvailable, OwnerNotInVchs *Message }
var Msgs *Messages
func NewMessages ¶
func NewMessages() *Messages
Click to show internal directories.
Click to hide internal directories.