package
1.12.0
Repository: https://github.com/visualex/swarmkit.git
Documentation: pkg.go.dev

# Functions

NewConnSelector returns new ConnSelector with cluster and grpc.DialOpts which will be used for Dial on first call of Conn.

# Structs

ConnSelector is struct for obtaining connection with raftpicker.

# Interfaces

AddrSelector is interface which should track cluster for its leader address.
RaftCluster is interface which combines useful methods for clustering.