Documentation
¶
Index ¶
- type SSH
- func (s *SSH) CopyFile(filePath string, remoteFilePath string, address SSHAddress, privateKey []byte, ...) error
- func (s *SSH) RetrieveFile(filePath string, remoteFilePath string, address SSHAddress, privateKey []byte, ...) error
- func (s *SSH) RunSSHCommand(command string, addresses SSHAddress, privateKey []byte, timeout time.Duration, ...) (err error)
- func (s *SSH) WaitForSSH(addresses SSHAddress, privateKey []byte, timeout time.Duration) error
- type SSHAddress
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSH ¶
type SSH struct { }
func (*SSH) RetrieveFile ¶
func (*SSH) RunSSHCommand ¶
func (*SSH) WaitForSSH ¶
type SSHAddress ¶
Click to show internal directories.
Click to hide internal directories.