Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeListResults ¶
type CodeListResults struct {
Items []CodeList
}
CodeListResults contains an array of code lists
type CodeResults ¶
type CodeResults struct {
Items []Code
}
CodeResults contains an array of codes which can be paginated
type Dataset ¶
type Dataset struct {
ID string
DimensionLabel string
Editions []DatasetEdition
}
Dataset represents an individual dataset
type DatasetEdition ¶
DatasetEdition represents an object containing edition data
type Datasets ¶
type Datasets struct {
Items []Dataset
}
Datasets represents a list of dataset objects
type DimensionOption ¶
DimensionOption represents the a single dimension option for an observation.
type HierarchyElement ¶
type HierarchyElement struct {
ID string
Label string
NoOfChildren int64
Order *int64 // nil if order property not present
HasData bool
}
HierarchyElement is a item in a list within a HierarchyResponse
type HierarchyResponse ¶
type HierarchyResponse struct {
ID string
Label string
Children []*HierarchyElement
NoOfChildren int64
Order *int64 // nil if order property not present
HasData bool
Breadcrumbs []*HierarchyElement
}
HierarchyResponse models a node in the hierarchy
type Observation ¶
type Observation struct {
Row string
RowIndex int64
InstanceID string
DimensionOptions []*DimensionOption
}
Observation represents a single observation value and its associated data.
Click to show internal directories.
Click to hide internal directories.