package
3.0.0+incompatible
Repository: https://github.com/hyperledger/fabric.git
Documentation: pkg.go.dev

# Packages

# Functions

New returns an evaluator for application policies.
NewPolicyChecker creates a new instance of PolicyChecker.

# Constants

Admins is the label for the local MSP admins.
Members is the label for the local MSP members.

# Structs

# Interfaces

ChannelPolicyManagerGetter is the local interface that used to generate mocks for foreign interface.
ChannelPolicyReferenceProvider is used to determine if a set of signature is valid and complies with a policy.
Identity is the local interface that used to generate mocks for foreign interface.
IdentityDeserializer is the local interface that used to generate mocks for foreign interface.
Manager defines functions to interface with the policy manager of a channel.
Policy is the local interface that used to generate mocks for foreign interface.
PolicyChecker offers methods to check a signed proposal against a specific policy defined in a channel or not.
PolicyManager is the local interface that used to generate mocks for foreign interface.
SignaturePolicyProvider provides the backing implementation of a policy.