package
0.1.327
Repository: https://github.com/fluffy-bunny/grpcdotnetgo.git
Documentation: pkg.go.dev

# Functions

AddScopedITime adds a type that implements ITime.
AddScopedITimeByFunc adds a type by a custom func.
AddScopedITimeByFuncWithMetadata adds a type by a custom func.
AddScopedITimeUtils adds a type that implements ITimeUtils.
AddScopedITimeUtilsByFunc adds a type by a custom func.
AddScopedITimeUtilsByFuncWithMetadata adds a type by a custom func.
AddScopedITimeUtilsWithMetadata adds a type that implements ITimeUtils.
AddScopedITimeWithMetadata adds a type that implements ITime.
AddSingletonITime adds a type that implements ITime.
AddSingletonITimeByFunc adds a type by a custom func.
AddSingletonITimeByFuncWithMetadata adds a type by a custom func.
AddSingletonITimeByObj adds a prebuilt obj.
AddSingletonITimeByObjWithMetadata adds a prebuilt obj.
AddSingletonITimeUtils adds a type that implements ITimeUtils.
AddSingletonITimeUtilsByFunc adds a type by a custom func.
AddSingletonITimeUtilsByFuncWithMetadata adds a type by a custom func.
AddSingletonITimeUtilsByObj adds a prebuilt obj.
AddSingletonITimeUtilsByObjWithMetadata adds a prebuilt obj.
AddSingletonITimeUtilsWithMetadata adds a type that implements ITimeUtils.
AddSingletonITimeWithMetadata adds a type that implements ITime.
AddSingletonTimeNowFunc adds a func to the DI.
AddSingletonTimeParseFunc adds a func to the DI.
AddTransientITime adds a type that implements ITime.
AddTransientITimeByFunc adds a type by a custom func.
AddTransientITimeByFuncWithMetadata adds a type by a custom func.
AddTransientITimeUtils adds a type that implements ITimeUtils.
AddTransientITimeUtilsByFunc adds a type by a custom func.
AddTransientITimeUtilsByFuncWithMetadata adds a type by a custom func.
AddTransientITimeUtilsWithMetadata adds a type that implements ITimeUtils.
AddTransientITimeWithMetadata adds a type that implements ITime.
GetITimeDefinition returns that last definition registered that this container can provide.
GetITimeDefinitions returns all definitions that this container can provide.
GetITimeFromContainer alternative to SafeGetITimeFromContainer but panics of object is not present.
GetITimeUtilsDefinition returns that last definition registered that this container can provide.
GetITimeUtilsDefinitions returns all definitions that this container can provide.
GetITimeUtilsFromContainer alternative to SafeGetITimeUtilsFromContainer but panics of object is not present.
GetManyITimeFromContainer alternative to SafeGetManyITimeFromContainer but panics of object is not present.
GetManyITimeUtilsFromContainer alternative to SafeGetManyITimeUtilsFromContainer but panics of object is not present.
GetManyTimeNowFromContainer alternative to SafeGetManyTimeNowFromContainer but panics of object is not present.
GetManyTimeParseFromContainer alternative to SafeGetManyTimeParseFromContainer but panics of object is not present.
GetTimeNowFromContainer alternative to SafeGetTimeNowFromContainer but panics of object is not present.
GetTimeParseFromContainer alternative to SafeGetTimeParseFromContainer but panics of object is not present.
RemoveAllITime removes all ITime from the DI.
RemoveAllITimeUtils removes all ITimeUtils from the DI.
RemoveAllTimeNowFunc removes all TimeNow functions from the DI.
RemoveAllTimeParseFunc removes all TimeParse functions from the DI.
SafeGetITimeFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetITimeUtilsFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyITimeFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyITimeUtilsFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyTimeNowFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyTimeParseFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetTimeNowFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetTimeParseFromContainer trys to get the object by type, will not panic, returns nil and error.

# Variables

ReflectTypeITime used when your service claims to implement ITime.
ReflectTypeITimeUtils used when your service claims to implement ITimeUtils.
ReflectTypeTimeNow used when your service claims to implement TimeNow.
ReflectTypeTimeParse used when your service claims to implement TimeParse.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author