Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Config struct + ConfigKey string + Prefix string + ReadTimeout time.Duration + ServiceTTL time.Duration + func DefaultConfig() *Config + func RawConfig(key string) *Config + func StdConfig(name string) *Config + func (config *Config) MustSingleton() registry.Registry + func (config *Config) Singleton() (registry.Registry, error) + func (config Config) Build() (registry.Registry, error) + func (config Config) MustBuild() registry.Registry