summaryrefslogtreecommitdiff
path: root/cmd/rmbook/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rmbook/main.go')
-rw-r--r--cmd/rmbook/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/rmbook/main.go b/cmd/rmbook/main.go
index fcacc2e..a26c553 100644
--- a/cmd/rmbook/main.go
+++ b/cmd/rmbook/main.go
@@ -26,8 +26,8 @@ func (w NullWriter) Write(p []byte) (n int, err error) {
}
type RmPipeliner interface {
- MinimalInit() error
- WIPStorageId() string
+ MinimalInit() error
+ WIPStorageId() string
DeleteObjects(bucket string, keys []string) error
ListObjects(bucket string, prefix string) ([]string, error)
}