stub namespaces now that i realize file trees arent namespaces
This commit is contained in:
@@ -2,6 +2,7 @@ package rclone
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"errors"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"local/storage/resolve"
|
||||
@@ -110,6 +111,10 @@ func (rc *RClone) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (rc *RClone) Namespaces() ([][]string, error) {
|
||||
return nil, errors.New("not impl")
|
||||
}
|
||||
|
||||
func (rc *RClone) List(ns []string, limits ...string) ([]string, error) {
|
||||
namespace := rc.ns
|
||||
if len(ns) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user