package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev
# Functions
NewChannelVerifier returns a new channel verifier from the given policy and policy manager getter.
NewDiscoverySupport creates a new DiscoverySupport.
# Structs
ChannelVerifier verifies a signature and a message on the context of a channel.
DiscoverySupport implements support that is used for service discovery that is related to access control.
# Interfaces
ChannelConfigGetter enables to retrieve the channel config resources.
ChannelPolicyManagerGetter is a support interface to get access to the policy manager of a given channel.
Evaluator evaluates signatures.
Verifier verifies a signature and a message.
# Type aliases
ChannelConfigGetterFunc returns the resources of the channel config.