(digest string)
| 288 | } |
| 289 | |
| 290 | func resourceName(digest string) string { |
| 291 | return fmt.Sprintf("sha256:%s", digest) |
| 292 | } |
| 293 | |
| 294 | // fakeWriterAt is a wrapper around io.Writer that ignores the offset |
| 295 | // we have this wrapper as a compatibility bridge between the backend.Downloader and io.WriterAt |
no outgoing calls