Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) ContainerList ¶
type ConnectionHelper ¶
type SSHConnectionHelper ¶
type SSHConnectionHelper struct { Dialer func(ctx context.Context, network, addr string) (net.Conn, error) Host string }
func GetSSHConnectionHelper ¶
func GetSSHConnectionHelper(info *sshutil.HostInfo) (*SSHConnectionHelper, error)
func (*SSHConnectionHelper) GetHost ¶
func (c *SSHConnectionHelper) GetHost() string
Click to show internal directories.
Click to hide internal directories.