HostForAPIHost returns the known host whose api_host is the given hostname, reporting false when no host claims it. See config.AuthConfig.HostForAPIHost.
(apiHost string)
| 174 | // HostForAPIHost returns the known host whose api_host is the given hostname, |
| 175 | // reporting false when no host claims it. See config.AuthConfig.HostForAPIHost. |
| 176 | HostForAPIHost(apiHost string) (host string, found bool) |
| 177 | |
| 178 | // DefaultHost retrieves the default host. |
| 179 | DefaultHost() (host string, source string) |
no outgoing calls