# Functions
AddScopedIEchoContextAccessor adds a type that implements IEchoContextAccessor.
AddScopedIEchoContextAccessorByFunc adds a type by a custom func.
AddScopedIEchoContextAccessorByFuncWithMetadata adds a type by a custom func.
AddScopedIEchoContextAccessorWithMetadata adds a type that implements IEchoContextAccessor.
AddScopedIInternalEchoContextAccessor adds a type that implements IInternalEchoContextAccessor.
AddScopedIInternalEchoContextAccessorByFunc adds a type by a custom func.
AddScopedIInternalEchoContextAccessorByFuncWithMetadata adds a type by a custom func.
AddScopedIInternalEchoContextAccessorWithMetadata adds a type that implements IInternalEchoContextAccessor.
AddSingletonIEchoContextAccessor adds a type that implements IEchoContextAccessor.
AddSingletonIEchoContextAccessorByFunc adds a type by a custom func.
AddSingletonIEchoContextAccessorByFuncWithMetadata adds a type by a custom func.
AddSingletonIEchoContextAccessorByObj adds a prebuilt obj.
AddSingletonIEchoContextAccessorByObjWithMetadata adds a prebuilt obj.
AddSingletonIEchoContextAccessorWithMetadata adds a type that implements IEchoContextAccessor.
AddSingletonIInternalEchoContextAccessor adds a type that implements IInternalEchoContextAccessor.
AddSingletonIInternalEchoContextAccessorByFunc adds a type by a custom func.
AddSingletonIInternalEchoContextAccessorByFuncWithMetadata adds a type by a custom func.
AddSingletonIInternalEchoContextAccessorByObj adds a prebuilt obj.
AddSingletonIInternalEchoContextAccessorByObjWithMetadata adds a prebuilt obj.
AddSingletonIInternalEchoContextAccessorWithMetadata adds a type that implements IInternalEchoContextAccessor.
AddTransientIEchoContextAccessor adds a type that implements IEchoContextAccessor.
AddTransientIEchoContextAccessorByFunc adds a type by a custom func.
AddTransientIEchoContextAccessorByFuncWithMetadata adds a type by a custom func.
AddTransientIEchoContextAccessorWithMetadata adds a type that implements IEchoContextAccessor.
AddTransientIInternalEchoContextAccessor adds a type that implements IInternalEchoContextAccessor.
AddTransientIInternalEchoContextAccessorByFunc adds a type by a custom func.
AddTransientIInternalEchoContextAccessorByFuncWithMetadata adds a type by a custom func.
AddTransientIInternalEchoContextAccessorWithMetadata adds a type that implements IInternalEchoContextAccessor.
GetIEchoContextAccessorDefinition returns that last definition registered that this container can provide.
GetIEchoContextAccessorDefinitions returns all definitions that this container can provide.
GetIEchoContextAccessorFromContainer alternative to SafeGetIEchoContextAccessorFromContainer but panics of object is not present.
GetIInternalEchoContextAccessorDefinition returns that last definition registered that this container can provide.
GetIInternalEchoContextAccessorDefinitions returns all definitions that this container can provide.
GetIInternalEchoContextAccessorFromContainer alternative to SafeGetIInternalEchoContextAccessorFromContainer but panics of object is not present.
GetManyIEchoContextAccessorFromContainer alternative to SafeGetManyIEchoContextAccessorFromContainer but panics of object is not present.
GetManyIInternalEchoContextAccessorFromContainer alternative to SafeGetManyIInternalEchoContextAccessorFromContainer but panics of object is not present.
RemoveAllIEchoContextAccessor removes all IEchoContextAccessor from the DI.
RemoveAllIInternalEchoContextAccessor removes all IInternalEchoContextAccessor from the DI.
SafeGetIEchoContextAccessorFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetIInternalEchoContextAccessorFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIEchoContextAccessorFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIInternalEchoContextAccessorFromContainer trys to get the object by type, will not panic, returns nil and error.
# Variables
ReflectTypeIEchoContextAccessor used when your service claims to implement IEchoContextAccessor.
ReflectTypeIInternalEchoContextAccessor used when your service claims to implement IInternalEchoContextAccessor.
# Interfaces
No description provided by the author
No description provided by the author