package
Version:
v0.0.0-...-c1f6c63
Opens a new window with list of versions in this module.
Published: Mar 11, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DecodedOptions struct {
Options *Options
UnusedKeys []string
}
type ExperimentalFeatures struct {
ValidateOnSave bool `mapstructure:"validateOnSave"`
PrefillRequiredFields bool `mapstructure:"prefillRequiredFields"`
}
type Options struct {
ExperimentalFeatures ExperimentalFeatures `mapstructure:"experimentalFeatures"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.