chore: fix function names in comment
Signed-off-by: yudrywet <yudeyao@yeah.net>
This commit is contained in:
parent
51582e36e8
commit
50aa677934
4 changed files with 4 additions and 4 deletions
|
@ -644,7 +644,7 @@ func (f *Fs) NewObject(ctx context.Context, remote string) (fs.Object, error) {
|
|||
return f.newObjectWithInfo(ctx, remote, nil)
|
||||
}
|
||||
|
||||
// listSharedFoldersApi lists all available shared folders mounted and not mounted
|
||||
// listSharedFolders lists all available shared folders mounted and not mounted
|
||||
// we'll need the id later so we have to return them in original format
|
||||
func (f *Fs) listSharedFolders(ctx context.Context) (entries fs.DirEntries, err error) {
|
||||
started := false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue