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)
| 127 | // |
| 128 | // This will not be accurate if the oauth token is set from an environment variable. |
| 129 | ActiveUser(hostname string) (username string, err error) |
| 130 | |
| 131 | // Hosts retrieves a list of known hosts. |
| 132 | Hosts() []string |
no outgoing calls