Versions in this module Expand all Collapse all v0 v0.5.0 Mar 30, 2026 v0.4.1 Mar 28, 2026 Changes in this version + func ValidateInputs(inputs map[string]any, definitions []Input) error + type Input struct + Name string + Required bool + Type string + Validation *Rules + type Rules struct + Enum []string + FileExists bool + FileExtension []string + Max *int + Min *int + Pattern string + type ValidationError struct + Errors []string + func (e *ValidationError) Error() string