Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelPolicyManagerGetter ¶
type ChannelPolicyManagerGetter interface { acl.ChannelPolicyManagerGetter }
ChannelPolicyManagerGetter is the local interface used to generate mocks for foreign interface.
type DiscoverySupport ¶
type DiscoverySupport struct { discovery.AccessControlSupport discovery.GossipSupport discovery.EndorsementSupport discovery.ConfigSupport discovery.ConfigSequenceSupport }
DiscoverySupport aggregates all the support needed for the discovery service
func NewDiscoverySupport ¶
func NewDiscoverySupport( access discovery.AccessControlSupport, gossip discovery.GossipSupport, endorsement discovery.EndorsementSupport, config discovery.ConfigSupport, sequence discovery.ConfigSequenceSupport, ) *DiscoverySupport
NewDiscoverySupport returns an aggregated discovery support
type GossipSupport ¶
type GossipSupport interface { discovery.GossipSupport }
GossipSupport is the local interface used to generate mocks for foreign interface.
type PolicyManager ¶
Click to show internal directories.
Click to hide internal directories.