Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FooterItem ¶
type FooterItem struct {
}
type Page ¶
type Page struct {
Route string
ID string
Title string
Author string
Date time.Time
Tags []string
Img string
Credit string
Description string
Content string
Related []*Page
Template string
// contains filtered or unexported fields
}
func (*Page) AddRelatedFQN ¶
AddRelatedFQN adds a new FullyQuallifiedName uri to the page.
func (*Page) RelatedFQNs ¶
RelatedFQNs returns all FullyQuallifiedName uris related to the page.
Click to show internal directories.
Click to hide internal directories.