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

# Functions

AddScopedIHandler adds a type that implements IHandler.
AddScopedIHandlerByFunc adds a type by a custom func.
AddScopedIHandlerByFuncWithMetadata adds a type by a custom func.
AddScopedIHandlerEx ...
AddScopedIHandlerFactory adds a type that implements IHandlerFactory.
AddScopedIHandlerFactoryByFunc adds a type by a custom func.
AddScopedIHandlerFactoryByFuncWithMetadata adds a type by a custom func.
AddScopedIHandlerFactoryWithMetadata adds a type that implements IHandlerFactory.
AddScopedIHandlerWithMetadata adds a type that implements IHandler.
AddSingletonIHandler adds a type that implements IHandler.
AddSingletonIHandlerByFunc adds a type by a custom func.
AddSingletonIHandlerByFuncWithMetadata adds a type by a custom func.
AddSingletonIHandlerByObj adds a prebuilt obj.
AddSingletonIHandlerByObjWithMetadata adds a prebuilt obj.
AddSingletonIHandlerFactory adds a type that implements IHandlerFactory.
AddSingletonIHandlerFactoryByFunc adds a type by a custom func.
AddSingletonIHandlerFactoryByFuncWithMetadata adds a type by a custom func.
AddSingletonIHandlerFactoryByObj adds a prebuilt obj.
AddSingletonIHandlerFactoryByObjWithMetadata adds a prebuilt obj.
AddSingletonIHandlerFactoryWithMetadata adds a type that implements IHandlerFactory.
AddSingletonIHandlerWithMetadata adds a type that implements IHandler.
AddTransientIHandler adds a type that implements IHandler.
AddTransientIHandlerByFunc adds a type by a custom func.
AddTransientIHandlerByFuncWithMetadata adds a type by a custom func.
AddTransientIHandlerFactory adds a type that implements IHandlerFactory.
AddTransientIHandlerFactoryByFunc adds a type by a custom func.
AddTransientIHandlerFactoryByFuncWithMetadata adds a type by a custom func.
AddTransientIHandlerFactoryWithMetadata adds a type that implements IHandlerFactory.
AddTransientIHandlerWithMetadata adds a type that implements IHandler.
GetIHandlerDefinition returns that last definition registered that this container can provide.
GetIHandlerDefinitions returns all definitions that this container can provide.
GetIHandlerFactoryDefinition returns that last definition registered that this container can provide.
GetIHandlerFactoryDefinitions returns all definitions that this container can provide.
GetIHandlerFactoryFromContainer alternative to SafeGetIHandlerFactoryFromContainer but panics of object is not present.
GetIHandlerFromContainer alternative to SafeGetIHandlerFromContainer but panics of object is not present.
GetManyIHandlerFactoryFromContainer alternative to SafeGetManyIHandlerFactoryFromContainer but panics of object is not present.
GetManyIHandlerFromContainer alternative to SafeGetManyIHandlerFromContainer but panics of object is not present.
RemoveAllIHandler removes all IHandler from the DI.
RemoveAllIHandlerFactory removes all IHandlerFactory from the DI.
SafeGetIHandlerFactoryFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetIHandlerFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIHandlerFactoryFromContainer trys to get the object by type, will not panic, returns nil and error.
SafeGetManyIHandlerFromContainer trys to get the object by type, will not panic, returns nil and error.

# Constants

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

# Variables

ReflectTypeIHandler used when your service claims to implement IHandler.
ReflectTypeIHandlerFactory used when your service claims to implement IHandlerFactory.

# Interfaces

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

# Type aliases

go:generate mockgen -package=$GOPACKAGE -destination=../../mocks/$GOPACKAGE/mock_$GOFILE github.com/fluffy-bunny/grpcdotnetgo/pkg/echo/contracts/$GOPACKAGE IHandler,IHandlerFactory HTTPVERB is a list of HTTP verbs.