Versions in this module Expand all Collapse all v0 v0.1.17 Aug 14, 2022 Changes in this version type Option + Value func() interface{} v0.1.16 Aug 13, 2022 Changes in this version + type Option interface + GetAllOptionStrings func() []string + GetMetadata func() *meta.Data + LoadInput func(input string) (o Option, e error) + MarshalJSON func() (b []byte, e error) + Name func() string + ReadInput func(input string) (o Option, e error) + SetName func(string) + String func() string + Type func() interface{} + UnmarshalJSON func(data []byte) (e error)