Versions in this module Expand all Collapse all v1 v1.3.0 Oct 10, 2018 Changes in this version + var RequiredImages = []string + type Chaincode struct + CollectionsConfigPath string + ExecPath string + GoPath string + Name string + Path string + Version string + type Components struct + Paths map[string]string + func (c *Components) Build(args ...string) + func (c *Components) Cleanup() + func (c *Components) Configtxgen() *pvtdatarunner.Configtxgen + func (c *Components) Cryptogen() *pvtdatarunner.Cryptogen + func (c *Components) DiscoveryService() *pvtdatarunner.DiscoveryService + func (c *Components) Kafka(id int, network *docker.Network) *runner.Kafka + func (c *Components) Orderer() *pvtdatarunner.Orderer + func (c *Components) Peer() *pvtdatarunner.Peer + func (c *Components) ZooKeeper(id int, network *docker.Network) *runner.ZooKeeper + type Deployment struct + Chaincode Chaincode + Channel string + InitArgs string + Orderer string + Policy string + type OrdererConfig struct + BrokerCount int + Domain string + KafkaDefaultReplicationFactor int + KafkaMinInsyncReplicas int + OrdererNames []string + OrganizationName string + ZooKeeperCount int + type PeerOrgConfig struct + Domain string + EnableNodeOUs bool + OrganizationName string + PeerCount int + UserCount int + type Profile struct + Profiles map[string]localconfig.Profile + type Stopper interface + Stop func() error + type World struct + ChannelProfileName string + Components *Components + Cryptogen pvtdatarunner.Cryptogen + DockerClient *docker.Client + LocalProcess []ifrit.Process + LocalStoppers []Stopper + NameToProcessMapping map[string]ifrit.Process + Network *docker.Network + OrdererOrgs []OrdererConfig + OrdererProfileName string + PeerOrgs []PeerOrgConfig + Profiles map[string]localconfig.Profile + Rootpath string + SystemChannel string + func GenerateBasicConfig(ordererType string, numPeers, numPeerOrgs int, testDir string, ...) (w *World) + func (w *World) BootstrapNetwork(channel string) + func (w *World) BuildNetwork() + func (w *World) Close(deployments ...Deployment) + func (w *World) Construct() + func (w *World) CopyPeerConfigs(fixtureDir string) + func (w *World) PeerIDs() []string + func (w *World) SetupChannel(d Deployment, peers []string) + func (w *World) SetupWorld(d Deployment) v1.3.0-rc1 Sep 25, 2018