verifierclt

package
v0.0.0-...-f6e13ef Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package verifierclt contains client functions to make requests to verifier service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	VerifyRegisterAsync(ctx context.Context,
		req *grpcint.RegisterRequest, resp *grpcint.RegisterResponse) error
	VerifyAppendAsync(ctx context.Context, req *grpcint.VerifyAppendRequest) error
	VerifyLookUpMKAsync(ctx context.Context,
		req *grpcint.LookUpMKRequest, resp *grpcint.LookUpMKResponse) error
	VerifyLookUpPKAsync(ctx context.Context,
		req *grpcint.LookUpPKRequest, resp *grpcint.LookUpPKResponse) error
}

Client is a client library for verifier operations.

func NewVerifierClient

func NewVerifierClient(address string) (Client, error)

NewVerifierClient creates and returns a connection to the verifier.

Jump to

Keyboard shortcuts

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