Versions in this module Expand all Collapse all v0 v0.11.0-beta1 Nov 3, 2017 v0.10.8 Oct 25, 2017 Changes in this version + type Credentials []CredentialsSource + func (c Credentials) ForHost(host svchost.Hostname) (HostCredentials, error) + type CredentialsSource interface + ForHost func(host svchost.Hostname) (HostCredentials, error) + var NoCredentials CredentialsSource = Credentials{} + func CachingCredentialsSource(source CredentialsSource) CredentialsSource + func HelperProgramCredentialsSource(executable string, args ...string) CredentialsSource + func StaticCredentialsSource(creds map[svchost.Hostname]map[string]interface{}) CredentialsSource + type HostCredentials interface + PrepareRequest func(req *http.Request) + func HostCredentialsFromMap(m map[string]interface{}) HostCredentials + type HostCredentialsToken string + func (tc HostCredentialsToken) PrepareRequest(req *http.Request)