Versions in this module Expand all Collapse all v2 v2.3.3 Oct 19, 2023 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{}