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