| 17 | ) |
| 18 | |
| 19 | type backendWriter struct { |
| 20 | ctx context.Context |
| 21 | w backend.Writer |
| 22 | name string |
| 23 | blockID uuid.UUID |
| 24 | tenantID string |
| 25 | tracker backend.AppendTracker |
| 26 | } |
| 27 | |
| 28 | var _ io.WriteCloser = (*backendWriter)(nil) |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected