rclone/drive
Nick Craig-Wood 8a6a8b9623 Change List interface and add ListR optional interface
This simplifies the implementation of remotes.  The only required
interface is now `List` which is a simple one level directory list.

Optionally remotes may implement `ListR` if they have an efficient way
of doing a recursive list.
2017-06-14 16:49:40 +01:00
..
drive.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
drive_internal_test.go Convert to using github.com/pkg/errors everywhere 2016-06-13 17:43:03 +01:00
drive_test.go Change List interface and add ListR optional interface 2017-06-14 16:49:40 +01:00
upload.go drive: add team drive support - fixes #885 2017-06-04 22:38:29 +01:00