Documentation ¶
Overview ¶
Package requesthandler contains functions that are used by issuing authorities and service providers
Index ¶
- func ResolveBlindSignRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message
- func ResolveBlindVerifyRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message
- func ResolveLookUpBlockCredentialsRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message
- func ResolveLookUpCredentialRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message
- func ResolveSignRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message
- func ResolveSpendCredentialRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message
- func ResolveVerificationKeyRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message
- func ResolveVerifyRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message
- type HandlerRegistry
- type ResolveRequestHandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerRegistry ¶
type HandlerRegistry map[reflect.Type]ResolveRequestHandlerFunc
TODO: perhaps if it's too expensive, replace reflect.Type with some string or even a byte?
Click to show internal directories.
Click to hide internal directories.