Method
Name
Name of the remote (as passed into NewFs)
()
Source from the content-addressed store, hash-verified
| 62 | type Info interface { |
| 63 | // Name of the remote (as passed into NewFs) |
| 64 | Name() string |
| 65 | |
| 66 | // Root of the remote (as passed into NewFs) |
| 67 | Root() string |
Implementers 15
Fsbackend/yandex/yandex.go Fsbackend/qingstor/qingstor.go Fsbackend/ulozto/ulozto.go Fsbackend/googlephotos/googlephotos.go Fsbackend/mailru/mailru.go Fsbackend/filelu/filelu.go Fsbackend/opendrive/opendrive.go