| 194 | } |
| 195 | |
| 196 | type fakeStatsDest struct { |
| 197 | reqs chan *proto.UpdateStatsRequest |
| 198 | resps chan *proto.UpdateStatsResponse |
| 199 | } |
| 200 | |
| 201 | func (f *fakeStatsDest) UpdateStats(ctx context.Context, req *proto.UpdateStatsRequest) (*proto.UpdateStatsResponse, error) { |
| 202 | select { |
nothing calls this directly
no outgoing calls
no test coverage detected