| 31 | var Keychain authn.Keychain = githubKeychain{} |
| 32 | |
| 33 | type githubKeychain struct{} |
| 34 | |
| 35 | func (githubKeychain) Resolve(r authn.Resource) (authn.Authenticator, error) { |
| 36 | serverURL, err := url.Parse("https://" + r.String()) |
nothing calls this directly
no outgoing calls
no test coverage detected