package
2.1.0-alpha.20180416+incompatible
Repository: https://github.com/coyle/cockroach.git
Documentation: pkg.go.dev

# Packages

Package cluster is a generated protocol buffer package.
No description provided by the author

# Functions

CheckGossip fetches the gossip infoStore from each node and invokes the given function.
GetBinary retrieves a binary for the specified version and returns it.
HasPeers returns a CheckGossipFunc that passes when the given number of peers are connected via gossip.
MainTest is an exported implementation of TestMain for use by other packages.
RunDocker runs the given acceptance test using a Docker cluster.
RunLocal runs the given acceptance test using a bare cluster.
StartCluster starts a cluster from the relevant flags.

# Type aliases

CheckGossipFunc is the type of callback used in CheckGossip.