# Packages
No description provided by the author
# Functions
GetPolicyChecker returns instances of PolicyChecker; the actual implementation is controlled by the factory that is registered via RegisterPolicyCheckerFactory.
New returns an evaluator for application policies.
NewPolicyChecker creates a new instance of PolicyChecker.
RegisterPolicyCheckerFactory is to be called once to set the factory that will be used to obtain instances of PolicyChecker.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
ChannelPolicyReference is used to determine if a set of signature is valid and complies with a policy.
Manager defines functions to interface with the policy manager of a channel.
PolicyChecker offers methods to check a signed proposal against a specific policy defined in a channel or not.
PolicyCheckerFactory defines a factory interface so that the actual implementation can be injected.
Provider provides the backing implementation of a policy.