# Functions
Consistent performs a replication consistency check on all the ranges in the cluster.
CreateDocker creates a Docker-based cockroach cluster.
# Constants
CockroachBinaryInContainer is the container-side path to the CockroachDB binary.
DefaultTCP is the default SQL/RPC port specification.
INIT_BOOTSTRAP_NODE_ZERO uses the legacy protocol of omitting the join flag from node zero.
INIT_COMMAND starts every node with a join flag and issues the init command.
INIT_NONE starts every node with a join flag and leaves the cluster uninitialized.
# Variables
CockroachBinary is the path to the host-side binary to use.
No description provided by the author
No description provided by the author
HTTPClient is an http.Client configured for querying a cluster.
No description provided by the author
No description provided by the author
# Structs
Container provides the programmatic interface for a single docker container.
DockerCluster manages a local cockroach cluster running on docker.
Event for a node containing a node index and the type of event.
NodeConfig holds the configuration of a collection of similar nodes.
StoreConfig holds the configuration of a collection of similar stores.
No description provided by the author
# Interfaces
A Cluster is an abstraction away from a concrete cluster deployment (i.e.
# Type aliases
InitMode specifies different ways to initialize the cluster.