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 {
// Tracker embed the common tracker configuration, allowing to tracker
// whether configuration values have been explicitly set or defaulted
shared.Tracker `mapstructure:"-" yaml:"-"`
// Tools contains the configuration for the `godyl dump tools` command.
Tools tools.Tools `mapstructure:"tools" validate:"-" yaml:"tools"`
}
Dump holds the configuration for the `dump` command.
Click to show internal directories.
Click to hide internal directories.