Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Child ¶
type Child struct { Title string `json:"title"` URI string `json:"uri"` Description string `json:"description"` }
Child contains metadata for child pages
type HighlightedPage ¶
HighlightedPage contains some metadata for featured/highlight content
type Page ¶
type Page struct { model.Page Data ProductPage `json:"data"` }
Page contains data re-used for each page type a Data struct for data specific to the page type
type ProductPage ¶
type ProductPage struct { HighlightedPages []HighlightedPage `json:"highlightedPages"` Children []Child `json:"children"` }
ProductPage contains data specific to this page type
Click to show internal directories.
Click to hide internal directories.