Versions in this module Expand all Collapse all v1 v1.0.9 Oct 4, 2025 v1.0.7 Jul 2, 2024 Changes in this version + func Clear() + func Get(name string) interface + func GetOrSet(name string, instance interface{}) interface + func GetOrSetFunc(name string, f func() interface{}) interface + func GetOrSetFuncLock(name string, f func() interface{}) interface + func Set(name string, instance interface{}) + func SetIfNotExist(name string, instance interface{}) bool