Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHQuery ¶
type SSHQuery struct {
Host string
Port int
Username string
Password string
// contains filtered or unexported fields
}
SSHQuery uses ssh to connect to teamspeak
func NewSSHQuery ¶
NewSSHQuery opens a new ssh connection to the host and starts a session for communicating with teamspeak
func (*SSHQuery) Connected ¶
Connected sends the version command and returns the recieved error, if any
func (*SSHQuery) Notification ¶
Notification returns an io.Reader for arriving events
Click to show internal directories.
Click to hide internal directories.