| 5519 | } |
| 5520 | |
| 5521 | type Raft_RaftMessageClient interface { |
| 5522 | Send(*RaftBatch) error |
| 5523 | CloseAndRecv() (*api.Payload, error) |
| 5524 | grpc.ClientStream |
| 5525 | } |
| 5526 | |
| 5527 | type raftRaftMessageClient struct { |
| 5528 | grpc.ClientStream |
nothing calls this directly
no outgoing calls
no test coverage detected