package connectivity
import "github.com/coreos/etcd/clientv3/balancer/connectivity"
Package connectivity implements client connectivity operations.
Index ¶
Types ¶
type Recorder ¶
type Recorder interface { GetCurrentState() connectivity.State RecordTransition(oldState, newState connectivity.State) }
Recorder records gRPC connectivity.
func New ¶
New returns a new Recorder.
Source Files ¶
- Version
- v3.3.16+incompatible
- Published
- Oct 9, 2019
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 4 minutes ago –
Tools for package owners.