Tag returns the Image tag for a given ImageRefAndAuth
()
| 404 | |
| 405 | // Tag returns the Image tag for a given ImageRefAndAuth |
| 406 | func (imgRefAuth *ImageRefAndAuth) Tag() string { |
| 407 | return imgRefAuth.tag |
| 408 | } |
| 409 | |
| 410 | // Digest returns the Image digest for a given ImageRefAndAuth |
| 411 | func (imgRefAuth *ImageRefAndAuth) Digest() digest.Digest { |
no outgoing calls
no test coverage detected