Load returns the path to a local copy of remote resource identified by `path`.
(ctx context.Context, path string)
| 121 | Accept(path string) bool |
| 122 | // Load returns the path to a local copy of remote resource identified by `path`. |
| 123 | Load(ctx context.Context, path string) (string, error) |
| 124 | // Dir computes path to resource"s parent folder, made relative if possible |
| 125 | Dir(path string) string |
| 126 | } |
no outgoing calls
no test coverage detected