| 5525 | } |
| 5526 | |
| 5527 | type raftRaftMessageClient struct { |
| 5528 | grpc.ClientStream |
| 5529 | } |
| 5530 | |
| 5531 | func (x *raftRaftMessageClient) Send(m *RaftBatch) error { |
| 5532 | return x.ClientStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected