Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentItem ¶ added in v1.6.1
type ContentItem struct { Description Description `json:"description"` Type string `json:"type"` URI string `json:"uri"` Matches *Matches `json:"matches,omitempty"` }
type ContentType ¶ added in v1.6.1
type Description ¶ added in v1.6.1
type Description struct { Contact *Contact `json:"contact,omitempty"` DatasetID string `json:"dataset_id,omitempty"` Edition string `json:"edition,omitempty"` Headline1 string `json:"headline1,omitempty"` Headline2 string `json:"headline2,omitempty"` Headline3 string `json:"headline3,omitempty"` Keywords *[]string `json:"keywords,omitempty"` LatestRelease *bool `json:"latest_release,omitempty"` Language string `json:"language,omitempty"` MetaDescription string `json:"meta_description,omitempty"` NationalStatistic *bool `json:"national_statistic,omitempty"` NextRelease string `json:"next_release,omitempty"` PreUnit string `json:"pre_unit,omitempty"` ReleaseDate string `json:"release_date,omitempty"` Source string `json:"source,omitempty"` Summary string `json:"summary"` Title string `json:"title"` Unit string `json:"unit,omitempty"` }
type MatchDetails ¶ added in v1.6.1
type Matches ¶ added in v1.6.1
type Matches struct { Description struct { Summary *[]MatchDetails `json:"summary"` Title *[]MatchDetails `json:"title"` Edition *[]MatchDetails `json:"edition,omitempty"` MetaDescription *[]MatchDetails `json:"meta_description,omitempty"` Keywords *[]MatchDetails `json:"keywords,omitempty"` DatasetID *[]MatchDetails `json:"dataset_id,omitempty"` } `json:"description"` }
type Response ¶
type Response struct { Count int `json:"count"` ContentTypes []ContentType `json:"content_types"` Items []ContentItem `json:"items"` Suggestions []string `json:"suggestions,omitempty"` }
Response ...
Click to show internal directories.
Click to hide internal directories.