Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct { Type string Username string Password string PrivateKeyPath string Passphrase string }
Auth is the authentication information
type Command ¶
type Command struct { Id string Help string Format string Arguments []*Argument Timeout time.Duration MaxSymbolsPerMessage int MaxMessages int }
Command is the command attributes and arguments
type Config ¶
type Config struct { Settings *Settings Hosts map[string]*Host Groups map[string]*Group Help string }
Config is the main config type
Click to show internal directories.
Click to hide internal directories.