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

Struct nopTransporter

server/etcdserver/server_test.go:1532–1532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1530}
1531
1532type nopTransporter struct{}
1533
1534func newNopTransporter() rafthttp.Transporter {
1535 return &nopTransporter{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected