(runID string)
| 21 | } |
| 22 | |
| 23 | func (p *apiPlatform) List(runID string) ([]shared.Artifact, error) { |
| 24 | return shared.ListArtifacts(p.client, p.repo, runID) |
| 25 | } |
| 26 | |
| 27 | func (p *apiPlatform) Download(url safeurl.SafeURL, dir safepaths.Absolute) error { |
| 28 | return downloadArtifact(p.client, p.repo.RepoHost(), url, dir) |