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"` FQDN bool `yaml:"fqdn" json:"fqdn" mapstructure:"fqdn"` IP bool `yaml:"ip" json:"ip" mapstructure:"ip"` Trim bool `yaml:"trim" json:"trim" mapstructure:"trim"` 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"` }
func (*Param) RenderInput ¶
Click to show internal directories.
Click to hide internal directories.