RepoInfo returns the repository information for a given ImageRefAndAuth
()
| 399 | |
| 400 | // RepoInfo returns the repository information for a given ImageRefAndAuth |
| 401 | func (imgRefAuth *ImageRefAndAuth) RepoInfo() *RepositoryInfo { |
| 402 | return imgRefAuth.repoInfo |
| 403 | } |
| 404 | |
| 405 | // Tag returns the Image tag for a given ImageRefAndAuth |
| 406 | func (imgRefAuth *ImageRefAndAuth) Tag() string { |
no outgoing calls
no test coverage detected