ActiveUser will retrieve the username for the active user at the given hostname. This will not be accurate if the oauth token is set from an environment variable.
(hostname string)
| 163 | // |
| 164 | // This will not be accurate if the oauth token is set from an environment variable. |
| 165 | ActiveUser(hostname string) (username string, err error) |
| 166 | |
| 167 | // Hosts retrieves a list of known hosts. |
| 168 | Hosts() []string |
no outgoing calls