Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Country ¶
type Country struct { Key *CountryKey `json:"key"` Language *string `json:"language,omitempty"` }
type CountryKey ¶
type CountryKey struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.