Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PopulationType ¶
type PopulationType struct {
Name string `json:"name"`
}
func NewPopulationType ¶
func NewPopulationType(name string) *PopulationType
type PopulationTypes ¶
type PopulationTypes struct {
Items []PopulationType `json:"items"`
}
func NewPopulationTypes ¶
func NewPopulationTypes(names []string) PopulationTypes
Click to show internal directories.
Click to hide internal directories.