Versions in this module Expand all Collapse all v0 v0.2.0 Feb 10, 2026 v0.1.0 Feb 9, 2026 Changes in this version + type NodeInterfaceWrapper struct + func NewNodeInterfaceWrapper(sshClient connection.SSHClient, sett settings.Settings) *NodeInterfaceWrapper + func (n *NodeInterfaceWrapper) Client() connection.SSHClient + func (n *NodeInterfaceWrapper) Command(name string, args ...string) connection.Command + func (n *NodeInterfaceWrapper) File() connection.File + func (n *NodeInterfaceWrapper) UploadScript(scriptPath string, args ...string) connection.Script