Hosts retrieves a list of known hosts.
()
| 166 | |
| 167 | // Hosts retrieves a list of known hosts. |
| 168 | Hosts() []string |
| 169 | |
| 170 | // APIHostForHost returns the api_host configured for host, reporting false |
| 171 | // when the host has no api_host set. See config.AuthConfig.APIHostForHost. |
no outgoing calls