Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoint ¶
type SshTunnelConfig ¶
type Tools ¶
type Tools struct {
// contains filtered or unexported fields
}
func (*Tools) CreateTunnel ¶
func (t *Tools) CreateTunnel(config *SshTunnelConfig) error
type YamlConfig ¶
type YamlConfig struct {
Tunnels []*SshTunnelConfig `yaml:"tunnels"`
}
Click to show internal directories.
Click to hide internal directories.