For benchmarking the send and not the receive side.
| 1265 | |
| 1266 | // For benchmarking the send and not the receive side. |
| 1267 | type NopWriteClient struct{} |
| 1268 | |
| 1269 | func NewNopWriteClient() *NopWriteClient { return &NopWriteClient{} } |
| 1270 | func (*NopWriteClient) Store(context.Context, []byte, int) (WriteResponseStats, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected