Versions in this module Expand all Collapse all v0 v0.2.0 Mar 28, 2024 v0.1.0 Sep 27, 2023 Changes in this version + type Config struct + OverrideAllowed bool + type Registry interface + Get func(name string) (interface{}, bool) + Keys func() []string + Range func(func(key string, value interface{}) bool) + Register func(name string, v interface{}) error + Values func() []interface{} + func New(config *Config) Registry