Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2021 v0.0.1 Jan 22, 2021 Changes in this version + type Channel interface + ChannelID func() string + ChannelService func() fab.ChannelService + type ChannelProvider func() (Channel, error) + type Client fab.ClientContext + type ClientProvider func() (Client, error) + type Local interface + LocalDiscoveryService func() fab.DiscoveryService + type LocalProvider func() (Local, error) + type Providers interface