Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeNameInt = "int" TypeNameUint = "uint" TypeNameBoolean = "boolean" TypeNameString = "string" TypeNameFloat = "float" )
Variables ¶
View Source
var (
ErrUnknownEntryType = errors.New("unknown entry type")
)
Functions ¶
This section is empty.
Types ¶
type ParameterGroup ¶
type ParameterGroup struct {
Parameters []*Parameter
SubGroups []*ParameterGroup
Entries []interface{}
Name string
BaseName string
Level int
Default any
}
func ParseConfigParameterGroups ¶
func ParseConfigParameterGroups(config *configuration.Configuration, flagset *flag.FlagSet, ignoreFlags map[string]struct{}) []*ParameterGroup
Click to show internal directories.
Click to hide internal directories.