Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PokedexerInterface ¶
type PokedexerInterface interface { ParsePokememe(update *tgbotapi.Update, playerRaw *dbmapping.Player) string PokememesList(update *tgbotapi.Update) PokememesListUpdater(update *tgbotapi.Update) string PokememeInfo(update *tgbotapi.Update, playerRaw *dbmapping.Player) string AdvicePokememesList(update *tgbotapi.Update, playerRaw *dbmapping.Player) string }
PokedexerInterface implements Pokedexer for importing via appcontext.
Click to show internal directories.
Click to hide internal directories.