Versions in this module Expand all Collapse all v0 deprecated v0.9.1 Dec 6, 2021 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{}