Delete deletes a file.
(ctx context.Context, name string, keypath KeyPath, cacheInfo *CacheInfo)
| 59 | CloseAppend(ctx context.Context, tracker AppendTracker) error |
| 60 | // Delete deletes a file. |
| 61 | Delete(ctx context.Context, name string, keypath KeyPath, cacheInfo *CacheInfo) error |
| 62 | } |
| 63 | |
| 64 | // RawReader is a collection of methods to read data from tempodb backends |
no outgoing calls