Archived
1

Updating current pokememes via Telegram

This commit is contained in:
2018-02-14 00:09:58 +04:00
parent 3be6ddd8a8
commit 7cdb74ac36
4 changed files with 160 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ type DataCacheInterface interface {
GetPokememeByID(pokememeID int) (*dbmapping.PokememeFull, error)
GetPokememeByName(name string) (*dbmapping.PokememeFull, error)
DeletePokememeByID(pokememeID int) error
UpdatePokememe(pokememeData map[string]string, pokememeLocations map[string]string, pokememeElements map[string]string) (int, error)
GetLeagueBySymbol(symbol string) (*dbmapping.League, error)