Documentation
¶
Index ¶
- type TransportWinRM
- func (tr *TransportWinRM) Check() (kernel, arch string, err error)
- func (tr *TransportWinRM) Copy(content io.Reader, dst string, mode os.FileMode) error
- func (tr *TransportWinRM) Execute(cmd string, stdout, stderr io.Writer) (err error)
- func (tr *TransportWinRM) ExecuteInput(cmd string, stdin io.Reader, stdout, stderr io.Writer) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransportWinRM ¶
type TransportWinRM struct {
// contains filtered or unexported fields
}
func (*TransportWinRM) Check ¶
func (tr *TransportWinRM) Check() (kernel, arch string, err error)
func (*TransportWinRM) Copy ¶
Rewritten for simplicity version of very quick winrm file copy through stdin for io.Reader from: https://github.com/jbrekelmans/go-winrm/blob/master/copier.go
func (*TransportWinRM) Execute ¶
func (tr *TransportWinRM) Execute(cmd string, stdout, stderr io.Writer) (err error)
func (*TransportWinRM) ExecuteInput ¶
Click to show internal directories.
Click to hide internal directories.