Documentation ¶
Index ¶
Constants ¶
View Source
const ( MetadataJsonFileName = "metadata.json" HeartBeatFileName = "heartbeat" )
View Source
const ( HeartBeatDoneContent = "done" HeartBeatInProgressContent = "in-progress" )
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 (
HeartBeatWriteInterval = 15 * time.Minute
)
Variables ¶
View Source
var (
ErrTableDefinitionIsEmtpy = errors.New("table definition is empty: please re-dump the data using the latest version of greenmask if you want to use --inserts")
)
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.