(ctx context.Context, ref, host string)
| 173 | // From stream |
| 174 | type CredentialHelper interface { |
| 175 | GetCredentials(ctx context.Context, ref, host string) (Credentials, error) |
| 176 | } |
| 177 | |
| 178 | type Credentials struct { |
no outgoing calls
no test coverage detected