diff options
author | Nick White <git@njw.name> | 2021-07-13 11:54:00 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-07-13 11:54:00 +0100 |
commit | 45b0c3ed61b1a7b7d18090f483c5d9ff9cddec7b (patch) | |
tree | 13de0f1a0ac47c38e172e4082e6345a4c511e1bf /cmd/rmbook/main.go | |
parent | e22c16ca84163636d674fb0935156f466169e1a3 (diff) |
gofmt
Diffstat (limited to 'cmd/rmbook/main.go')
-rw-r--r-- | cmd/rmbook/main.go | 4 |
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) } |