Documentation ¶
Index ¶
Constants ¶
View Source
const ( FormatText = "text" FormatYaml = "yaml" FormatJson = "json" )
View Source
const ( JsonFormat string = "json" TextFormat string = "text" )
View Source
const ( VerticalTableFormat = "vertical" HorizontalTableFormat = "horizontal" )
View Source
const MetadataJsonFileName = "metadata.json"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dump ¶
type Dump struct {
// contains filtered or unexported fields
}
func (*Dump) MergeTocEntries ¶
type Validate ¶
type Validate struct { *Dump // contains filtered or unexported fields }
func NewValidate ¶
Click to show internal directories.
Click to hide internal directories.