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"` Required bool `yaml:"required" json:"required" mapstructure:"required"` DefaultValue string `yaml:"default_value" json:"default_value" mapstructure:"default_value"` Regex string `yaml:"regex" json:"regex" mapstructure:"regex"` MinLength *int `yaml:"min_length" json:"min_length" mapstructure:"min_length"` MaxLength *int `yaml:"max_length" json:"max_length" mapstructure:"max_length"` Height *int `yaml:"height" json:"height" mapstructure:"height"` }
Click to show internal directories.
Click to hide internal directories.