Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrConfigNotFound = errors.New("config not found")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
ConfigCallback ConfigCallback
}
type Config ¶
type Config struct {
ssh.ClientConfig `json:"-" yaml:"-"`
Network string
Address string
KeepAlive bool
ServerAlive Heartbeat
}
func (*Config) Callback ¶
func (cfg *Config) Callback() ConfigCallback
type ConfigCallback ¶
Click to show internal directories.
Click to hide internal directories.