Versions in this module Expand all Collapse all v1 v1.0.0 Mar 3, 2023 Changes in this version + type Initializer func() (interface{}, error) + type Value struct + func New(initializer Initializer) *Value + func (f *Value) Get() (interface{}, error) + func (f *Value) Initialize() (interface{}, error) + func (f *Value) IsSet() bool + func (f *Value) MustGet() interface{}