We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e6557f + 063dea8 commit b9a0075Copy full SHA for b9a0075
drive_fs.go
@@ -63,6 +63,6 @@ type DriveFS interface {
63
// Flush pushes state of the local Drive to all replicators
64
Flush(ctx context.Context, id idrive.ID) error
65
66
- // Clear clears all files locally
67
- Clear(ctx context.Context, opts ...DriveOption) error
+ // Clear clears all drive files locally
+ Clear(ctx context.Context, id idrive.ID, opts ...DriveOption) error
68
}
0 commit comments