Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Href string Backlinks []listing.Listing Relatedlinks []listing.Listing Body []byte ChromaCSS []byte Metadata metadata.Metadata }
An entry's data, containing: the metadata, the html body, the backlinks (entries that mention this entry) the related links (other entries that share tags), and the href.
Click to show internal directories.
Click to hide internal directories.