package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

NewLivenessFabric initializes and returns a LivenessFabric.
NewLivenessFabricWithPeers initializes and returns a LivenessFabric with the given peer IDs provided.

# Structs

AlwaysLive is a mock implementation of StoreLiveness that treats all store to store connections as live.
Disabled is a mock implementation of StoreLiveness where store liveness is disabled.
LivenessFabric is a global view of the store liveness state.
MockStoreLiveness is a mock implementation of StoreLiveness.

# Interfaces

StoreLiveness is a representation of the Store Liveness fabric.