# 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.