Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pokemon ¶
type Pokemon struct { ASCIIArt []string Name string `json:"name"` BaseExperience int `json:"base_experience"` Height int `json:"height"` Weight int `json:"weight"` LocationAreaEncounters string `json:"location_area_encounters"` Sprites struct { Others struct { OfficialArtwork struct { FrontDefault string `json:"front_default"` } `json:"official-artwork"` } `json:"other"` } `json:"sprites"` Stats []struct { BaseStat int `json:"base_stat"` Effort int `json:"effort"` Stat struct { Name string `json:"name"` URL string `json:"url"` } `json:"stat"` } `json:"stats"` Types []struct { Type struct { Name string `json:"name"` URL string `json:"url"` } `json:"type"` } `json:"types"` }
Click to show internal directories.
Click to hide internal directories.