Versions in this module Expand all Collapse all v1 v1.4.9 Sep 30, 2020 Changes in this version + func InitGossipService(peerIdentity []byte, metricsProvider metrics.Provider, endpoint string, ...) error + func InitGossipServiceCustomDeliveryFactory(peerIdentity []byte, metricsProvider metrics.Provider, endpoint string, ...) error + type ApplicationOrgs map[string]channelconfig.ApplicationOrg + type Config interface + ApplicationOrgs func() ApplicationOrgs + ChainID func() string + OrdererAddresses func() []string + OrdererAddressesByOrgs func() map[string][]string + OrdererOrgs func() []string + Sequence func() uint64 + type ConfigProcessor interface + ProcessConfigUpdate func(config Config) + type DataStoreSupport struct + type DeliveryServiceFactory interface + Service func(g GossipService, oac OrdererAddressConfig, msc api.MessageCryptoService) (deliverclient.DeliverService, error) + type GossipService interface + AddPayload func(chainID string, payload *gproto.Payload) error + DistributePrivateData func(chainID string, txID string, ...) error + InitializeChannel func(chainID string, oac OrdererAddressConfig, support Support) + NewConfigEventer func() ConfigProcessor + func GetGossipService() GossipService + type OrdererAddressConfig struct + AddressOverrides map[string]*comm.OrdererEndpoint + Addresses []string + AddressesByOrg map[string][]string + Organizations []string + type Support struct + CapabilityProvider privdata2.CapabilityProvider + Committer committer.Committer + Cs privdata.CollectionStore + IdDeserializeFactory privdata2.IdentityDeserializerFactory + Store privdata2.TransientStore + Validator txvalidator.Validator Incompatible versions in this module v2.1.1+incompatible Jun 1, 2020