Versions in this module Expand all Collapse all v2 v2.6.5 Mar 21, 2024 v2.6.4 Mar 19, 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