Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dimension ¶
type Dimension struct { Order *int // contains filtered or unexported fields }
Dimension struct wraps the Dimension dataset API model defined in dp-api-clients, for extra functionality
func NewDimension ¶
NewDimension creates a new DB wrapped Dimension from an api dimension
func (*Dimension) CodeListID ¶
CodeListID returns the code list ID linked by this dimension
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
Instance struct to hold instance information by wrapping DB Instance model
func NewInstance ¶
NewInstance creates a new Instance struct from an API Instance model
func (*Instance) AddDimension ¶
AddDimension add a dimension distinct type/name to the instance.
Click to show internal directories.
Click to hide internal directories.