GetFile downloads the give URL into the given path. The URL must reference a single file. If possible, the Getter should check if the remote end contains the same file and no-op this operation.
(context.Context, *Request)
| 39 | // reference a single file. If possible, the Getter should check if |
| 40 | // the remote end contains the same file and no-op this operation. |
| 41 | GetFile(context.Context, *Request) error |
| 42 | |
| 43 | // Mode returns the mode based on the given URL. This is used to |
| 44 | // allow clients to let the getters decide which mode to use. |
no outgoing calls