Versions in this module Expand all Collapse all v0 v0.10.0 Apr 19, 2023 v0.9.1 Jan 8, 2023 v0.9.0 Jan 2, 2023 Changes in this version + var ErrInvalidChoice = errors.New("invalid choice") + func Bind(value reflect.Value, field reflect.StructField, choices []string, ...) func(val string) error + type ValueValidator interface + IsValidValue func(value string) error