Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
// contains filtered or unexported fields
}
func (*Entry) GetChildren ¶
func (*Entry) InitEventListeners ¶
func (e *Entry) InitEventListeners()
type Pokemon ¶
type Pokemon struct {
ID int `json:"id"`
Name string `json:"name"`
Sprites PokemonSprites `json:"sprites"`
}
type PokemonSprites ¶
type PokemonSprites struct {
Other struct {
OfficialArtwork struct {
FrontDefault string `json:"front_default"`
} `json:"official-artwork"`
} `json:"other"`
}
Click to show internal directories.
Click to hide internal directories.