Documentation ¶
Index ¶
Constants ¶
View Source
const ( ScriptPreDataSection = "pre-data" ScriptDataSection = "data" ScriptPostDataSection = "post-data" )
View Source
const ( ScriptExecuteBefore = "before" ScriptExecuteAfter = "after" )
View Source
const ( FormatText = "text" FormatYaml = "yaml" FormatJson = "json" )
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 PrintSettings ¶
type PrintSettings struct { OriginalColors []tablewriter.Colors TransformedColors []tablewriter.Colors HeaderColors []tablewriter.Colors ColumnsAlignments []int }
Click to show internal directories.
Click to hide internal directories.