Documentation
¶
Index ¶
- Variables
- func GetInputByType(attribute parser.Attribute, modelBeingGenerated parser.TransformedText) (string, error)
- func InputDateTime(input InputGenerationData) (string, error)
- func InputNumber(input InputGenerationData) (string, error)
- func InputNumberFloat(input InputGenerationData) (string, error)
- func InputSelectBox(input InputGenerationData) (string, error)
- func InputText(input InputGenerationData) (string, error)
- func InputTextUuid(input InputGenerationData) (string, error)
- func InputToggle(input InputGenerationData) (string, error)
- type InputGenerationData
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoComponentFound = fmt.Errorf("no component found")
Functions ¶
func GetInputByType ¶
func InputDateTime ¶
func InputDateTime(input InputGenerationData) (string, error)
func InputNumber ¶
func InputNumber(input InputGenerationData) (string, error)
func InputNumberFloat ¶
func InputNumberFloat(input InputGenerationData) (string, error)
func InputSelectBox ¶
func InputSelectBox(input InputGenerationData) (string, error)
func InputText ¶
func InputText(input InputGenerationData) (string, error)
func InputTextUuid ¶ added in v0.25.0
func InputTextUuid(input InputGenerationData) (string, error)
func InputToggle ¶
func InputToggle(input InputGenerationData) (string, error)
Types ¶
type InputGenerationData ¶
type InputGenerationData struct {
parser.Attribute
ModelTransformedText parser.TransformedText
}
Click to show internal directories.
Click to hide internal directories.