Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output struct { Value string `json:"Value"` Description string `json:"Description,omitempty"` Export map[string]string `json:"Export,omitempty"` }
Output defines a output for a goformation template
type Parameter ¶
type Parameter struct { Type string `json:"Type"` Description string `json:"Description,omitempty"` Default string `json:"Default,omitempty"` AllowedPattern string `json:"AllowedPattern,omitempty"` AllowedValues []string `json:"AllowedValues,omitempty"` ConstraintDescription string `json:"ConstraintDescription,omitempty"` MaxLength int `json:"MaxLength,omitempty"` MinLength int `json:"MinLength,omitempty"` MaxValue float64 `json:"MaxValue,omitempty"` MinValue float64 `json:"MinValue,omitempty"` NoEcho bool `json:"NoEcho,omitempty"` }
Parameter defines a param for a goformation template
Click to show internal directories.
Click to hide internal directories.