Versions in this module Expand all Collapse all v0 v0.6.0 Nov 27, 2021 Changes in this version + type OptionalString interface + IsExists func() bool + func NewOptional(str string) OptionalString + type SelectString interface + IsValid func() bool + Options func() []string + SetOptions func(selected string, opts ...string) + SetSelect func(selected string) + func NewSelect() SelectString + type String interface + Value func() string