Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
// contains filtered or unexported fields
}
func NewDocument ¶
Creates a new empty document with a title.
func (*Document) Fill ¶
Fill takes an object with .Describe() method returning []string keys and [][]string rows to fill the document table.
func (*Document) SetDescription ¶
SetDescription sets a document description.
Click to show internal directories.
Click to hide internal directories.