# Functions
AddScopedIKSUID adds a type that implements IKSUID.
AddScopedIKSUIDByFunc adds a type by a custom func.
AddScopedIKSUIDByFuncWithMetadata adds a type by a custom func.
AddScopedIKSUIDWithMetadata adds a type that implements IKSUID.
AddSingletonIKSUID adds a type that implements IKSUID.
AddSingletonIKSUIDByFunc adds a type by a custom func.
AddSingletonIKSUIDByFuncWithMetadata adds a type by a custom func.
AddSingletonIKSUIDByObj adds a prebuilt obj.
AddSingletonIKSUIDByObjWithMetadata adds a prebuilt obj.
AddSingletonIKSUIDWithMetadata adds a type that implements IKSUID.
AddTransientIKSUID adds a type that implements IKSUID.
AddTransientIKSUIDByFunc adds a type by a custom func.
AddTransientIKSUIDByFuncWithMetadata adds a type by a custom func.
AddTransientIKSUIDWithMetadata adds a type that implements IKSUID.
GetIKSUIDDefinition returns that last definition registered that this container can provide.
GetIKSUIDDefinitions returns all definitions that this container can provide.
GetIKSUIDFromContainer alternative to SafeGetIKSUIDFromContainer but panics of object is not present.
GetManyIKSUIDFromContainer alternative to SafeGetManyIKSUIDFromContainer but panics of object is not present.
RemoveAllIKSUID removes all IKSUID from the DI.
SafeGetIKSUIDFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIKSUIDFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeIKSUID used when your service claims to implement IKSUID.
# Interfaces
No description provided by the author