(registryHostname string)
| 275 | |
| 276 | type authProvider interface { |
| 277 | GetAuthConfig(registryHostname string) (clitypes.AuthConfig, error) |
| 278 | } |
| 279 | |
| 280 | func encodedAuth(ref reference.Named, configFile authProvider) (string, error) { |
no outgoing calls
no test coverage detected