traefik/vendor/gopkg.in/ns1/ns1-go.v2/rest/model/data/region.go

11 lines
254 B
Go
Raw Normal View History

2017-02-07 21:33:23 +00:00
package data
// Region is a metadata table with a name/key.
// Can be thought of as metadata groupings.
type Region struct {
Meta Meta `json:"meta,omitempty"`
}
// Regions is simply a mapping of Regions inside a record.
type Regions map[string]Region