Versions in this module Expand all Collapse all v1 v1.32.0 Apr 4, 2025 Changes in this version + const InputTypeBool + const InputTypeNumber + const InputTypePassword + const InputTypeString + type Input struct + Collection bool + Default interface{} + Description string + Hidden bool + LegalValues []interface{} + Name string + Optional bool + Regex *string + Type string + func (i Input) CheckValue(val interface{}) error + func (i Input) Valid() error