Versions in this module Expand all Collapse all v1 v1.3.0 Jun 27, 2021 v1.2.0 Jun 27, 2021 v1.1.0 Jun 24, 2021 Changes in this version + type Connection interface + Close func() + Closed func() bool + Receive func(chan<- interface{}) + type ConnectionProvider func(context context.Client, chConfig fab.ChannelCfg, peer fab.Peer) (Connection, error) + type EventEndpoint interface + Opts func() []options.Opt