Versions in this module Expand all Collapse all v0 v0.0.3 Jul 8, 2023 Changes in this version + var ErrKeyNotFound = errors.New("key not found") + var ErrPointerNotPassed = errors.New("pointer not passed") + func CastAndAssignValue(value any, to any) any + func CastValue(value any, to any) any + func RunTests(t *testing.T, tests *[]Test) + type Builder interface + Add func(module modules.Module) Builder + Build func() Configuration + Clear func() + Modules func() []modules.Module + func New(options *Options) Builder + type Configuration interface + Deconstruct func() Configuration + Get func(key string, value any) any + List func() map[string]interface{} + Refresh func() (isRefreshed bool) + type Options struct + Delimiter string + func NewDefaultOptions(optsfn ...func(options *Options)) *Options + type Test struct