Versions in this module Expand all Collapse all v1 v1.4.4 Nov 14, 2019 Changes in this version + type Manager struct + Policy *Policy + PolicyMap map[string]policies.Policy + SubManagersMap map[string]*Manager + func (m *Manager) GetPolicy(id string) (policies.Policy, bool) + func (m *Manager) Manager(path []string) (policies.Manager, bool) + type Policy struct + Err error + func (p *Policy) Evaluate(signatureSet []*cb.SignedData) error