Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + type NVOSClient struct + func New(ctx context.Context, n *nvos.NVOS) (*NVOSClient, error) + func NewWithPort(ctx context.Context, n *nvos.NVOS, port int) (*NVOSClient, error) + func (c *NVOSClient) Close() error + func (c *NVOSClient) CopyFile(localPath, remotePath string) error + func (c *NVOSClient) RunCommand(cmd string) (string, error)