| 5493 | } |
| 5494 | |
| 5495 | type Raft_HeartbeatClient interface { |
| 5496 | Recv() (*HealthInfo, error) |
| 5497 | grpc.ClientStream |
| 5498 | } |
| 5499 | |
| 5500 | type raftHeartbeatClient struct { |
| 5501 | grpc.ClientStream |
nothing calls this directly
no outgoing calls
no test coverage detected