MCPcopy
hub / github.com/etcd-io/etcd / remote

Struct remote

server/etcdserver/api/rafthttp/remote.go:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type remote struct {
25 lg *zap.Logger
26 localID types.ID
27 id types.ID
28 status *peerStatus
29 pipeline *pipeline
30}
31
32func startRemote(tr *Transport, urls types.URLs, id types.ID) *remote {
33 picker := newURLPicker(urls)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected