requesthandler

package
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2019 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package requesthandler contains functions that are used by issuing authorities and service providers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResolveBlindSignRequestHandler

func ResolveBlindSignRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message

func ResolveBlindVerifyRequestHandler

func ResolveBlindVerifyRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message

func ResolveLookUpBlockCredentialsRequestHandler

func ResolveLookUpBlockCredentialsRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message

func ResolveLookUpCredentialRequestHandler

func ResolveLookUpCredentialRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message

func ResolveSignRequestHandler

func ResolveSignRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message

func ResolveSpendCredentialRequestHandler

func ResolveSpendCredentialRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message

func ResolveVerificationKeyRequestHandler

func ResolveVerificationKeyRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message

func ResolveVerifyRequestHandler

func ResolveVerifyRequestHandler(ctx context.Context, resCh <-chan *commands.Response) proto.Message

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?

type ResolveRequestHandlerFunc

type ResolveRequestHandlerFunc func(context.Context, <-chan *commands.Response) proto.Message

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL