Documentation ¶ Index ¶ type DecodedOptions func DecodeOptions(input interface{}) (*DecodedOptions, error) type Options func (o *Options) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DecodedOptions ¶ type DecodedOptions struct { Options *Options UnusedKeys []string } func DecodeOptions ¶ func DecodeOptions(input interface{}) (*DecodedOptions, error) type Options ¶ type Options struct { // RootModulePaths describes a list of absolute paths to root modules RootModulePaths []string `mapstructure:"rootModulePaths"` ExcludeModulePaths []string `mapstructure:"excludeModulePaths"` } func (*Options) Validate ¶ func (o *Options) Validate() error Source Files ¶ View all Source files settings.go Click to show internal directories. Click to hide internal directories.