This commit is contained in:
12
pokeapi/types_locations.go
Normal file
12
pokeapi/types_locations.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package pokeapi
|
||||
|
||||
// RespShallowLocations -
|
||||
type RespShallowLocations struct {
|
||||
Count int `json:"count"`
|
||||
Next *string `json:"next"`
|
||||
Previous *string `json:"previous"`
|
||||
Results []struct {
|
||||
Name string `json:"name"`
|
||||
URL string `json:"url"`
|
||||
} `json:"results"`
|
||||
}
|
||||
Reference in New Issue
Block a user