()
| 1267 | type NopWriteClient struct{} |
| 1268 | |
| 1269 | func NewNopWriteClient() *NopWriteClient { return &NopWriteClient{} } |
| 1270 | func (*NopWriteClient) Store(context.Context, []byte, int) (WriteResponseStats, error) { |
| 1271 | return WriteResponseStats{}, nil |
| 1272 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…