Versions in this module Expand all Collapse all v1 v1.0.7 Oct 11, 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