# Functions
AddScopedICoreConfig adds a type that implements ICoreConfig.
AddScopedICoreConfigByFunc adds a type by a custom func.
AddScopedICoreConfigByFuncWithMetadata adds a type by a custom func.
AddScopedICoreConfigWithMetadata adds a type that implements ICoreConfig.
AddScopedIHealthServer adds a type that implements IHealthServer.
AddScopedIHealthServerByFunc adds a type by a custom func.
AddScopedIHealthServerByFuncWithMetadata adds a type by a custom func.
AddScopedIHealthServerWithMetadata adds a type that implements IHealthServer.
AddScopedIStartup adds a type that implements IStartup.
AddScopedIStartupByFunc adds a type by a custom func.
AddScopedIStartupByFuncWithMetadata adds a type by a custom func.
AddScopedIStartupWithMetadata adds a type that implements IStartup.
AddScopedIUnaryServerInterceptorBuilder adds a type that implements IUnaryServerInterceptorBuilder.
AddScopedIUnaryServerInterceptorBuilderByFunc adds a type by a custom func.
AddScopedIUnaryServerInterceptorBuilderByFuncWithMetadata adds a type by a custom func.
AddScopedIUnaryServerInterceptorBuilderWithMetadata adds a type that implements IUnaryServerInterceptorBuilder.
AddSingletonICoreConfig adds a type that implements ICoreConfig.
AddSingletonICoreConfigByFunc adds a type by a custom func.
AddSingletonICoreConfigByFuncWithMetadata adds a type by a custom func.
AddSingletonICoreConfigByObj adds a prebuilt obj.
AddSingletonICoreConfigByObjWithMetadata adds a prebuilt obj.
AddSingletonICoreConfigWithMetadata adds a type that implements ICoreConfig.
AddSingletonIHealthServer adds a type that implements IHealthServer.
AddSingletonIHealthServerByFunc adds a type by a custom func.
AddSingletonIHealthServerByFuncWithMetadata adds a type by a custom func.
AddSingletonIHealthServerByObj adds a prebuilt obj.
AddSingletonIHealthServerByObjWithMetadata adds a prebuilt obj.
AddSingletonIHealthServerWithMetadata adds a type that implements IHealthServer.
AddSingletonIStartup adds a type that implements IStartup.
AddSingletonIStartupByFunc adds a type by a custom func.
AddSingletonIStartupByFuncWithMetadata adds a type by a custom func.
AddSingletonIStartupByObj adds a prebuilt obj.
AddSingletonIStartupByObjWithMetadata adds a prebuilt obj.
AddSingletonIStartupWithMetadata adds a type that implements IStartup.
AddSingletonIUnaryServerInterceptorBuilder adds a type that implements IUnaryServerInterceptorBuilder.
AddSingletonIUnaryServerInterceptorBuilderByFunc adds a type by a custom func.
AddSingletonIUnaryServerInterceptorBuilderByFuncWithMetadata adds a type by a custom func.
AddSingletonIUnaryServerInterceptorBuilderByObj adds a prebuilt obj.
AddSingletonIUnaryServerInterceptorBuilderByObjWithMetadata adds a prebuilt obj.
AddSingletonIUnaryServerInterceptorBuilderWithMetadata adds a type that implements IUnaryServerInterceptorBuilder.
AddTransientICoreConfig adds a type that implements ICoreConfig.
AddTransientICoreConfigByFunc adds a type by a custom func.
AddTransientICoreConfigByFuncWithMetadata adds a type by a custom func.
AddTransientICoreConfigWithMetadata adds a type that implements ICoreConfig.
AddTransientIHealthServer adds a type that implements IHealthServer.
AddTransientIHealthServerByFunc adds a type by a custom func.
AddTransientIHealthServerByFuncWithMetadata adds a type by a custom func.
AddTransientIHealthServerWithMetadata adds a type that implements IHealthServer.
AddTransientIStartup adds a type that implements IStartup.
AddTransientIStartupByFunc adds a type by a custom func.
AddTransientIStartupByFuncWithMetadata adds a type by a custom func.
AddTransientIStartupWithMetadata adds a type that implements IStartup.
AddTransientIUnaryServerInterceptorBuilder adds a type that implements IUnaryServerInterceptorBuilder.
AddTransientIUnaryServerInterceptorBuilderByFunc adds a type by a custom func.
AddTransientIUnaryServerInterceptorBuilderByFuncWithMetadata adds a type by a custom func.
AddTransientIUnaryServerInterceptorBuilderWithMetadata adds a type that implements IUnaryServerInterceptorBuilder.
GetICoreConfigDefinition returns that last definition registered that this container can provide.
GetICoreConfigDefinitions returns all definitions that this container can provide.
GetICoreConfigFromContainer alternative to SafeGetICoreConfigFromContainer but panics of object is not present.
GetIHealthServerDefinition returns that last definition registered that this container can provide.
GetIHealthServerDefinitions returns all definitions that this container can provide.
GetIHealthServerFromContainer alternative to SafeGetIHealthServerFromContainer but panics of object is not present.
GetIStartupDefinition returns that last definition registered that this container can provide.
GetIStartupDefinitions returns all definitions that this container can provide.
GetIStartupFromContainer alternative to SafeGetIStartupFromContainer but panics of object is not present.
GetIUnaryServerInterceptorBuilderDefinition returns that last definition registered that this container can provide.
GetIUnaryServerInterceptorBuilderDefinitions returns all definitions that this container can provide.
GetIUnaryServerInterceptorBuilderFromContainer alternative to SafeGetIUnaryServerInterceptorBuilderFromContainer but panics of object is not present.
GetManyICoreConfigFromContainer alternative to SafeGetManyICoreConfigFromContainer but panics of object is not present.
GetManyIHealthServerFromContainer alternative to SafeGetManyIHealthServerFromContainer but panics of object is not present.
GetManyIStartupFromContainer alternative to SafeGetManyIStartupFromContainer but panics of object is not present.
GetManyIUnaryServerInterceptorBuilderFromContainer alternative to SafeGetManyIUnaryServerInterceptorBuilderFromContainer but panics of object is not present.
RemoveAllICoreConfig removes all ICoreConfig from the DI.
RemoveAllIHealthServer removes all IHealthServer from the DI.
RemoveAllIStartup removes all IStartup from the DI.
RemoveAllIUnaryServerInterceptorBuilder removes all IUnaryServerInterceptorBuilder from the DI.
SafeGetICoreConfigFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetIHealthServerFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetIStartupFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetIUnaryServerInterceptorBuilderFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyICoreConfigFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIHealthServerFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIStartupFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIUnaryServerInterceptorBuilderFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeICoreConfig used when your service claims to implement ICoreConfig.
ReflectTypeIHealthServer used when your service claims to implement IHealthServer.
ReflectTypeIStartup used when your service claims to implement IStartup.
ReflectTypeIUnaryServerInterceptorBuilder used when your service claims to implement IUnaryServerInterceptorBuilder.
# Structs
No description provided by the author
StartupManifest informational.
UnimplementedStartup helper ...
# Interfaces
ICoreConfig ...
IHealthServer contract.
IStartup contract.
IUnaryServerInterceptorBuilder ...