Documentation
¶
Overview ¶
Load and save content.json
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Classification ¶
type Classification struct { Code string `json:"code"` Slug string `json:"slug"` Desc string `json:"desc"` ChoroplethDefault bool `json:"choropleth_default,omitempty"` DotDensityDefault bool `json:"dot_density_default,omitempty"` Comparison2011DataAvailable bool `json:"comparison_2011_data_available"` Categories []Category `json:"categories"` }
type Content ¶
type Content struct {
// contains filtered or unexported fields
}
func (*Content) Categories ¶
type Meta ¶
type Meta struct { FirstCreatedAt string `json:"first_created_at"` CantabularMetadataSource string `json:"cantabular_metadata_source"` FilteredToAtlasContentAt string `json:"filtered_to_atlas_content_at"` RichContentSpecFileUsedToFilter string `json:"rich_content_spec_file_used_to_filter"` LegendStrsUpdatedAt string `json:"legend_strs_updated_at"` LegendStrsFileUsed string `json:"legend_strs_file_used"` PlaceholderVariablesDescsInsertedAt string `json:"placeholder_variable_descs_inserted_at"` }
type TopicGroup ¶
Click to show internal directories.
Click to hide internal directories.