Digest returns the Image digest for a given ImageRefAndAuth
()
| 409 | |
| 410 | // Digest returns the Image digest for a given ImageRefAndAuth |
| 411 | func (imgRefAuth *ImageRefAndAuth) Digest() digest.Digest { |
| 412 | return imgRefAuth.digest |
| 413 | } |
| 414 | |
| 415 | // Name returns the image name used to initialize the ImageRefAndAuth |
| 416 | func (imgRefAuth *ImageRefAndAuth) Name() string { |
no outgoing calls