Delete implements backend.Writer
(ctx context.Context, name string, keypath KeyPath)
| 172 | |
| 173 | // Delete implements backend.Writer |
| 174 | func (w *writer) Delete(ctx context.Context, name string, keypath KeyPath) error { |
| 175 | return w.w.Delete(ctx, name, keypath, nil) |
| 176 | } |
| 177 | |
| 178 | // WriteNoCompactFlag implements backend.Writer |
| 179 | func (w *writer) WriteNoCompactFlag(ctx context.Context, blockID uuid.UUID, tenantID string) error { |