Documentation
¶
Index ¶
- func Scp(src, dest *url.URL) error
- type Cmd
- type LocalCmd
- type SSHCmd
- func (r *SSHCmd) Output(name string, args ...string) (string, string, error)
- func (r *SSHCmd) Run(name string, args ...string) (string, string, error)
- func (r *SSHCmd) Start(name string, args ...string) (Cmd, error)
- func (c *SSHCmd) URL(path string) *url.URL
- func (r *SSHCmd) UseAgent() error
- func (r *SSHCmd) UsePrivateKey(path string) error
- func (r *SSHCmd) Wait() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶
type LocalCmd ¶
type LocalCmd struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.