Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BulletinModel ¶
type BulletinModel struct {
coreModel.Page
Summary string `json:"summary"`
Sections []Section `json:"sections"`
Accordion []Section `json:"accordion"`
Charts []Figure `json:"charts"`
Tables []Figure `json:"tables"`
Images []Figure `json:"images"`
Equations []Figure `json:"equations"`
RelatedBulletins []Link `json:"relatedBulletins"`
RelatedData []Link `json:"relatedData"`
Links []Link `json:"links"`
URI string `json:"uri"`
NationalStatistic bool `json:"nationalStatistic"`
LatestRelease bool `json:"latestRelease"`
Edition string `json:"edition"`
ReleaseDate string `json:"releaseDate"`
NextRelease string `json:"nextRelease"`
Contact Contact `json:"contact"`
Versions []Message `json:"versions"`
Alerts []Message `json:"alerts"`
ParentPath string `json:"parentPath"`
CorrectedPath string `json:"correctedPath"`
LatestReleaseUri string `json:"latestReleaseUri"`
ContentsView []ViewSection `json:"contentsView"`
Census2021 bool `json:"census_2021"`
AboutTheData bool `json:"about_the_data"`
Auxiliary []Section `json:"auxiliary"`
}
func CreateBulletinModel ¶
func CreateBulletinModel(basePage coreModel.Page, bulletin articles.Bulletin, bcs []zebedee.Breadcrumb, lang, requestProtocol, serviceMessage string, emergencyBannerContent zebedee.EmergencyBanner) BulletinModel
func CreateSixteensBulletinModel ¶
func CreateSixteensBulletinModel(basePage coreModel.Page, bulletin articles.Bulletin, bcs []zebedee.Breadcrumb, lang string) BulletinModel
type SectionReference ¶
type ShareLinks ¶
Click to show internal directories.
Click to hide internal directories.