Documentation ¶ Index ¶ type Remote func New(connectionString string) (*Remote, error) func (r *Remote) CopyFile(localPath, remotePath string) error func (r *Remote) RunCommand(command string, env map[string]string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Remote ¶ type Remote struct { // contains filtered or unexported fields } func New ¶ func New(connectionString string) (*Remote, error) func (*Remote) CopyFile ¶ func (r *Remote) CopyFile(localPath, remotePath string) error func (*Remote) RunCommand ¶ func (r *Remote) RunCommand(command string, env map[string]string) error Source Files ¶ View all Source files remote.go Click to show internal directories. Click to hide internal directories.