Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SquaderInterface ¶
type SquaderInterface interface { Init() AddUserToSquad(update *tgbotapi.Update, adderRaw *dbmapping.Player) string SquadInfo(update *tgbotapi.Update, playerRaw *dbmapping.Player) string SquadsList(update *tgbotapi.Update, playerRaw *dbmapping.Player) string }
SquaderInterface implements Squader for importing via appcontext.
Click to show internal directories.
Click to hide internal directories.