From 62eef384330f652edd17732240ae0d82685c0914 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Mon, 15 Jan 2018 07:39:49 +0100 Subject: Add command to restore index of a cloud storage --- storage/filter/filter.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'storage/filter/filter.go') diff --git a/storage/filter/filter.go b/storage/filter/filter.go index 1628c1e..2e60430 100644 --- a/storage/filter/filter.go +++ b/storage/filter/filter.go @@ -87,6 +87,10 @@ func (filt FilterStorage) List(typ objects.ObjectType) ([]objects.ObjectId, erro return filt.Base.List(typ) } +func (filt FilterStorage) Subcmds() map[string]storage.StorageSubcmd { + return filt.Base.Subcmds() +} + func (filt FilterStorage) Close() error { return filt.Base.Close() } -- cgit v1.2.3-54-g00ecf