Versions in this module Expand all Collapse all v1 v1.5.1 Dec 9, 2022 v1.5.0 Dec 8, 2022 v1.0.0 Nov 7, 2022 Changes in this version + type Interface interface + Name func() string + Value func() interface{} + type Option struct + func New(name string, value interface{}) *Option + func (o *Option) Name() string + func (o *Option) Value() interface{}