| 5616 | } |
| 5617 | |
| 5618 | type Raft_RaftMessageServer interface { |
| 5619 | SendAndClose(*api.Payload) error |
| 5620 | Recv() (*RaftBatch, error) |
| 5621 | grpc.ServerStream |
| 5622 | } |
| 5623 | |
| 5624 | type raftRaftMessageServer struct { |
| 5625 | grpc.ServerStream |
nothing calls this directly
no outgoing calls
no test coverage detected