Versions in this module Expand all Collapse all v1 v1.3.0 Oct 10, 2018 Changes in this version + func AssertImagesExist(imageNames ...string) + func CheckConfigContainsExpectedConfig(expectedConfig discovery.ConfigResult, actualConfig discovery.ConfigResult) bool + func CheckEndorsementContainsExpectedEndorsement(expectedEndorsement EndorsementDescriptor, ...) bool + func CheckPeersContainsExpectedPeers(expectedPeers []DiscoveredPeer, actualPeers []DiscoveredPeer) bool + func Contains(list []string, value string) bool + func CopyFile(src, dest string) + func Execute(r ifrit.Runner) (err error) + func StartSession(cmd *exec.Cmd, name, ansiColorCode string) (*gexec.Session, error) + func UniqueName() string + type DiscoveredPeer struct + Chaincodes []string + Endpoint string + Identity string + LedgerHeight uint64 + MSPID string + type EndorsementDescriptor struct + Chaincode string + EndorsersByGroups map[string][]DiscoveredPeer + Layouts []*discovery.Layout v1.3.0-rc1 Sep 25, 2018