Documentation
¶
Index ¶
- type Doc
- func (d *Doc) AddTag(key string)
- func (d *Doc) AppendFileInfo(info fs.FileInfo, anchor string)
- func (d *Doc) AppendHTML(heading string, level uint, body template.HTML, anchor string, class string)
- func (d *Doc) Description() string
- func (d *Doc) HTML() []DocumentSection
- func (d *Doc) Meta() map[DocumentKey]interface{}
- func (d *Doc) SetMeta(key DocumentKey, value interface{})
- func (d *Doc) Shortform() template.HTML
- func (d *Doc) String() string
- func (d *Doc) Tags() []string
- func (d *Doc) Title() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Doc ¶
type Doc struct {
// contains filtered or unexported fields
}
func (*Doc) AppendHTML ¶
func (*Doc) Description ¶
Click to show internal directories.
Click to hide internal directories.