# Functions
AddSingletonGenerateUUIDFunc adds a func to the DI.
GetGenerateUUIDFromContainer alternative to SafeGetGenerateUUIDFromContainer but panics of object is not present.
GetManyGenerateUUIDFromContainer alternative to SafeGetManyGenerateUUIDFromContainer but panics of object is not present.
RemoveAllGenerateUUIDFunc removes all GenerateUUID functions from the DI.
SafeGetGenerateUUIDFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyGenerateUUIDFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeGenerateUUID used when your service claims to implement GenerateUUID.
# Type aliases
No description provided by the author