Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeInterfaceWrapper ¶
type NodeInterfaceWrapper struct {
// contains filtered or unexported fields
}
func NewNodeInterfaceWrapper ¶
func NewNodeInterfaceWrapper(sshClient connection.SSHClient, sett settings.Settings) *NodeInterfaceWrapper
func (*NodeInterfaceWrapper) Client ¶
func (n *NodeInterfaceWrapper) Client() connection.SSHClient
func (*NodeInterfaceWrapper) Command ¶
func (n *NodeInterfaceWrapper) Command(name string, args ...string) connection.Command
func (*NodeInterfaceWrapper) File ¶
func (n *NodeInterfaceWrapper) File() connection.File
func (*NodeInterfaceWrapper) UploadScript ¶
func (n *NodeInterfaceWrapper) UploadScript(scriptPath string, args ...string) connection.Script
Click to show internal directories.
Click to hide internal directories.