Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecodedOptions ¶
func DecodeOptions ¶
func DecodeOptions(input interface{}) (*DecodedOptions, error)
type ExperimentalFeatures ¶ added in v0.12.0
type ExperimentalFeatures struct {
ValidateOnSave bool `mapstructure:"validateOnSave"`
}
type Options ¶
type Options struct {
// RootModulePaths describes a list of absolute paths to root modules
RootModulePaths []string `mapstructure:"rootModulePaths"`
ExcludeModulePaths []string `mapstructure:"excludeModulePaths"`
CommandPrefix string `mapstructure:"commandPrefix"`
// ExperimentalFeatures encapsulates experimental features users can opt into.
ExperimentalFeatures ExperimentalFeatures `mapstructure:"experimentalFeatures"`
}
Click to show internal directories.
Click to hide internal directories.