# Functions
AddScopedIScoped adds a type that implements IScoped.
AddScopedIScopedByFunc adds a type by a custom func.
AddScopedIScopedByFuncWithMetadata adds a type by a custom func.
AddScopedIScopedWithMetadata adds a type that implements IScoped.
AddSingletonIScoped adds a type that implements IScoped.
AddSingletonIScopedByFunc adds a type by a custom func.
AddSingletonIScopedByFuncWithMetadata adds a type by a custom func.
AddSingletonIScopedByObj adds a prebuilt obj.
AddSingletonIScopedByObjWithMetadata adds a prebuilt obj.
AddSingletonIScopedWithMetadata adds a type that implements IScoped.
AddTransientIScoped adds a type that implements IScoped.
AddTransientIScopedByFunc adds a type by a custom func.
AddTransientIScopedByFuncWithMetadata adds a type by a custom func.
AddTransientIScopedWithMetadata adds a type that implements IScoped.
GetIScopedDefinition returns that last definition registered that this container can provide.
GetIScopedDefinitions returns all definitions that this container can provide.
GetIScopedFromContainer alternative to SafeGetIScopedFromContainer but panics of object is not present.
GetManyIScopedFromContainer alternative to SafeGetManyIScopedFromContainer but panics of object is not present.
RemoveAllIScoped removes all IScoped from the DI.
SafeGetIScopedFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIScopedFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeIScoped used when your service claims to implement IScoped.
# Interfaces
No description provided by the author