Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Paged ¶
type Paged interface {
GetPageSlug() string
GetPageTitle() string
GetPageTemplate() string
GetParentPageID() int
LinkName() string
GetPageContent(io.Reader, io.Writer, map[string]interface{}) error
GetPageContent_Templates(*template.Template, io.Writer, map[string]interface{}) error
GetPageExcerpt() string
GetPageExtraData(string) (map[string]interface{}, error)
}
Click to show internal directories.
Click to hide internal directories.