MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / Raft_HeartbeatClient

Interface Raft_HeartbeatClient

bitmap/pb.pb.go:5495–5498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5493}
5494
5495type Raft_HeartbeatClient interface {
5496 Recv() (*HealthInfo, error)
5497 grpc.ClientStream
5498}
5499
5500type raftHeartbeatClient struct {
5501 grpc.ClientStream

Callers

nothing calls this directly

Implementers 8

raftHeartbeatClientbitmap/pb.pb.go
raftRaftMessageServerbitmap/pb.pb.go
zeroOracleClientbitmap/pb.pb.go
workerSubscribeClientbitmap/pb.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected