| 27 | var Keychain authn.Keychain = &googleKeychain{} |
| 28 | |
| 29 | type googleKeychain struct { |
| 30 | once sync.Once |
| 31 | auth authn.Authenticator |
| 32 | } |
| 33 | |
| 34 | // Resolve implements authn.Keychain a la docker-credential-gcr. |
| 35 | // |
nothing calls this directly
no outgoing calls
no test coverage detected