# Functions
AddSingletonContainerAccessorFunc adds a func to the DI.
GetContainerAccessorFromContainer alternative to SafeGetContainerAccessorFromContainer but panics of object is not present.
GetManyContainerAccessorFromContainer alternative to SafeGetManyContainerAccessorFromContainer but panics of object is not present.
RemoveAllContainerAccessorFunc removes all ContainerAccessor functions from the DI.
SafeGetContainerAccessorFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyContainerAccessorFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeContainerAccessor used when your service claims to implement ContainerAccessor.
# Type aliases
No description provided by the author