Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Downloader ¶
func NewS3Downloader ¶
func NewS3Downloader(config *viper.Viper) (Downloader, error)
type S3Downloader ¶
type S3Downloader struct {
// contains filtered or unexported fields
}
type SshClient ¶
type SshClient struct { Host string BastionHost string ClientConfig *ssh.ClientConfig }
func NewSshClient ¶
func NewSshClient(host string, config *ssh.ClientConfig, bastionHost string) SshClient
func (*SshClient) CopyLocalFileToRemote ¶
Copies the contents of an local file to a remote location
func (*SshClient) CopyRemoteFileToLocal ¶
Click to show internal directories.
Click to hide internal directories.