(url safeurl.SafeURL, dir safepaths.Absolute)
| 25 | } |
| 26 | |
| 27 | func (p *apiPlatform) Download(url safeurl.SafeURL, dir safepaths.Absolute) error { |
| 28 | return downloadArtifact(p.client, url, dir) |
| 29 | } |
| 30 | |
| 31 | func downloadArtifact(httpClient *http.Client, url safeurl.SafeURL, destDir safepaths.Absolute) error { |
| 32 | // TODO(api-client-rollout) |