| 6179 | } |
| 6180 | |
| 6181 | type workerStreamSnapshotClient struct { |
| 6182 | grpc.ClientStream |
| 6183 | } |
| 6184 | |
| 6185 | func (x *workerStreamSnapshotClient) Send(m *Snapshot) error { |
| 6186 | return x.ClientStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected