Append starts or continues an Append job. Pass nil to AppendTracker to start a job.
(ctx context.Context, name string, keypath KeyPath, tracker AppendTracker, buffer []byte)
| 55 | Write(ctx context.Context, name string, keypath KeyPath, data io.Reader, size int64, cacheInfo *CacheInfo) error |
| 56 | // Append starts or continues an Append job. Pass nil to AppendTracker to start a job. |
| 57 | Append(ctx context.Context, name string, keypath KeyPath, tracker AppendTracker, buffer []byte) (AppendTracker, error) |
| 58 | // CloseAppend closes any resources associated with the AppendTracker. |
| 59 | CloseAppend(ctx context.Context, tracker AppendTracker) error |
| 60 | // Delete deletes a file. |
no outgoing calls