This commit is contained in:
Konstantin Lebedev
2020-08-31 21:52:05 +05:00
parent a8de332beb
commit 22f32e75c4
9 changed files with 9 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ func (store *CassandraStore) DeleteFolderChildren(ctx context.Context, fullpath
}
func (store *CassandraStore) ListDirectoryPrefixedEntries(ctx context.Context, fullpath util.FullPath, startFileName string, inclusive bool, limit int, prefix string) (entries []*filer2.Entry, err error) {
return nil, filer2.UnsupportedListDirectoryPrefixedErr
return nil, filer2.ErrUnsupportedListDirectoryPrefixed
}
func (store *CassandraStore) ListDirectoryEntries(ctx context.Context, fullpath util.FullPath, startFileName string, inclusive bool,