Documentation
¶
Overview ¶
Package dump provides the configuration for the `dump` command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dump ¶
type Dump struct {
// Tools contains the configuration for the `godyl dump tools` command.
Tools tools.Tools `yaml:"tools" mapstructure:"tools" validate:"-"`
// Tracker embed the common tracker configuration, allowing to tracker
// whether configuration values have been explicitly set or defaulted
common.Tracker `yaml:"-" mapstructure:"-"`
}
Dump holds the configuration for the `dump` command.
Click to show internal directories.
Click to hide internal directories.