Documentation ¶
Index ¶
- func AddAbilityToCache(ability pokemon.Ability) error
- func AddCharacteristicToCache(characteristic pokemon.Characteristic) error
- func AddColorToCache(color pokemon.Color) error
- func AddEggGroupToCache(eggGroup pokemon.EggGroup) error
- func AddFormToCache(form pokemon.Form) error
- func AddGenderToCache(gender pokemon.Gender) error
- func AddGrowthRateToCache(growthRate pokemon.GrowthRate) error
- func AddHabitatToCache(habitat pokemon.Habitat) error
- func AddLocationAreaToCache(locationArea []pokemon.LocationArea, name string) error
- func AddNatureToCache(nature pokemon.Nature) error
- func AddPokeathlonStatToCache(pokeathlonStat pokemon.PokeathlonStat) error
- func AddPokemonToCache(pokemon pokemon.Pokemon) error
- func AddShapeToCache(shape pokemon.Shape) error
- func AddSpeciesToCache(species pokemon.Species) error
- func AddStatToCache(stat pokemon.Stat) error
- func AddTypeToCache(tipe pokemon.Type) error
- func GetAbilityFromCache(name string) (pokemon.Ability, error)
- func GetCharacteristicFromCache(id int) (pokemon.Characteristic, error)
- func GetColorFromCache(name string) (pokemon.Color, error)
- func GetEggGroupFromCache(name string) (pokemon.EggGroup, error)
- func GetFormFromCache(name string) (pokemon.Form, error)
- func GetGenderFromCache(name string) (pokemon.Gender, error)
- func GetGrowthRateFromCache(name string) (pokemon.GrowthRate, error)
- func GetHabitatFromCache(name string) (pokemon.Habitat, error)
- func GetLocationAreaFromCache(name string) ([]pokemon.LocationArea, error)
- func GetNatureFromCache(name string) (pokemon.Nature, error)
- func GetPokeathlonStatFromCache(name string) (pokemon.PokeathlonStat, error)
- func GetPokemonFromCache(name string) (pokemon.Pokemon, error)
- func GetShapeFromCache(name string) (pokemon.Shape, error)
- func GetSpeciesFromCache(name string) (pokemon.Species, error)
- func GetStatFromCache(name string) (pokemon.Stat, error)
- func GetTypeFromCache(name string) (pokemon.Type, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAbilityToCache ¶
func AddCharacteristicToCache ¶
func AddCharacteristicToCache(characteristic pokemon.Characteristic) error
func AddColorToCache ¶
func AddEggGroupToCache ¶
func AddFormToCache ¶
func AddGenderToCache ¶
func AddGrowthRateToCache ¶
func AddGrowthRateToCache(growthRate pokemon.GrowthRate) error
func AddHabitatToCache ¶
func AddLocationAreaToCache ¶
func AddLocationAreaToCache(locationArea []pokemon.LocationArea, name string) error
func AddNatureToCache ¶
func AddPokeathlonStatToCache ¶
func AddPokeathlonStatToCache(pokeathlonStat pokemon.PokeathlonStat) error
func AddPokemonToCache ¶
func AddShapeToCache ¶
func AddSpeciesToCache ¶
func AddStatToCache ¶
func AddTypeToCache ¶
func GetCharacteristicFromCache ¶
func GetCharacteristicFromCache(id int) (pokemon.Characteristic, error)
func GetGrowthRateFromCache ¶
func GetGrowthRateFromCache(name string) (pokemon.GrowthRate, error)
func GetLocationAreaFromCache ¶
func GetLocationAreaFromCache(name string) ([]pokemon.LocationArea, error)
func GetPokeathlonStatFromCache ¶
func GetPokeathlonStatFromCache(name string) (pokemon.PokeathlonStat, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.