Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewService ¶
Types ¶
type AccessControlSupport ¶
type AccessControlSupport interface {
EligibleForService(channel string, data protoutil.SignedData) error
}
type Config ¶
type ConfigSequenceSupport ¶
type ConfigSupport ¶
type ConfigSupport interface {
Config(channel string) (*discprotos.ConfigResult, error)
}
type EndorsementSupport ¶
type EndorsementSupport interface { PeersForEndorsement(channel common.ChannelID, interest *discprotos.ChaincodeInterest) (*discprotos.EndorsementDescriptor, error) PeersAuthorizedByCriteria(chainID common.ChannelID, interest *discprotos.ChaincodeInterest) (discovery.Members, error) }
type GossipSupport ¶
type Support ¶
type Support interface { AccessControlSupport GossipSupport EndorsementSupport ConfigSupport ConfigSequenceSupport }
Click to show internal directories.
Click to hide internal directories.