protoext

package
v2.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2020 License: Apache-2.0 Imports: 2 Imported by: 196

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResponseConfigAt

func ResponseConfigAt(m *discovery.Response, i int) (*discovery.ConfigResult, *discovery.Error)

ResponseConfigAt returns the ConfigResult at a given index in the Response, or an Error if present.

func ResponseEndorsersAt

func ResponseEndorsersAt(m *discovery.Response, i int) (*discovery.ChaincodeQueryResult, *discovery.Error)

ResponseEndorsersAt returns the PeerMembershipResult at a given index in the Response, or an Error if present.

func ResponseMembershipAt

func ResponseMembershipAt(m *discovery.Response, i int) (*discovery.PeerMembershipResult, *discovery.Error)

ResponseMembershipAt returns the PeerMembershipResult at a given index in the Response, or an Error if present.

func SignedRequestToRequest

func SignedRequestToRequest(sr *discovery.SignedRequest) (*discovery.Request, error)

SignedRequestToRequest deserializes this SignedRequest's payload and returns the serialized Request in its object form. Returns an error in case the operation fails.

Types

type QueryType

type QueryType uint8

QueryType defines the types of service discovery requests

const (
	InvalidQueryType QueryType = iota
	ConfigQueryType
	PeerMembershipQueryType
	ChaincodeQueryType
	LocalMembershipQueryType
)

func GetQueryType

func GetQueryType(q *discovery.Query) QueryType

GetType returns the type of the request

Jump to

Keyboard shortcuts

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