Documentation
¶
Overview ¶
Package tag defines the Tag struct
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tag ¶
type Tag struct {
Name string
Links []nodepathlink.NodePathLink
Count int
}
Tag is used in extract.extractTags and render.RenderTags. Not to be conceptually confused with parse.Metadata.Tags !!!
* Name: tag name
* Count: number of references
* Links: entries (represtend as listing.Listing) for a given tag
Click to show internal directories.
Click to hide internal directories.