Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Page ¶
type Page struct { Name string `json:"name" yaml:"name"` Title string `json:"title" yaml:"title"` Path string `json:"path" yaml:"path"` URLPath string `json:"urlpath" yaml:"urlpath"` Order int `json:"order" yaml:"order"` Processor string `json:"processor" yaml:"processor"` Filename string Section string SourceFolder string DestFolder string Cnf objx.Map }
Page this is the internal data model for a page
Click to show internal directories.
Click to hide internal directories.