Documentation ¶
Index ¶
- 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
- type EndorsementDescriptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertImagesExist ¶
func AssertImagesExist(imageNames ...string)
func CheckConfigContainsExpectedConfig ¶
func CheckConfigContainsExpectedConfig(expectedConfig discovery.ConfigResult, actualConfig discovery.ConfigResult) bool
func CheckEndorsementContainsExpectedEndorsement ¶
func CheckEndorsementContainsExpectedEndorsement(expectedEndorsement EndorsementDescriptor, actualEndorsement EndorsementDescriptor) bool
func CheckPeersContainsExpectedPeers ¶
func CheckPeersContainsExpectedPeers(expectedPeers []DiscoveredPeer, actualPeers []DiscoveredPeer) bool
func StartSession ¶
func UniqueName ¶
func UniqueName() string
Types ¶
type DiscoveredPeer ¶
type EndorsementDescriptor ¶
type EndorsementDescriptor struct { Chaincode string EndorsersByGroups map[string][]DiscoveredPeer Layouts []*discovery.Layout }
Click to show internal directories.
Click to hide internal directories.