Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Param ¶
type Param struct { parameter.Parameter `mapstructure:",squash"` DefaultValue string `yaml:"default_value" json:"default_value" mapstructure:"default_value"` Required bool `yaml:"required" json:"required" mapstructure:"required"` Min *int `yaml:"min" json:"min" mapstructure:"min"` Max *int `yaml:"max" json:"max" mapstructure:"max"` }
Click to show internal directories.
Click to hide internal directories.