Versions in this module Expand all Collapse all v1 v1.3.7 Jul 17, 2024 Changes in this version + func PostOverSSH(host *models.Host, path string, requestBody string) ([]byte, error) + func RunOverSSH(scriptDesc string, host *models.Host, timeout time.Duration, scriptPath string, ...) error + func RunSSHCheckBootstrapped(host *models.Host) ([]byte, error) + func RunSSHCheckHealthy(host *models.Host) ([]byte, error) + func RunSSHCheckOdysseyGoVersion(host *models.Host) ([]byte, error) + func RunSSHCopyMonitoringDashboards(host *models.Host, monitoringDashboardPath string) error + func RunSSHDownloadNodeMonitoringConfig(host *models.Host, nodeInstanceDirPath string) error + func RunSSHExportSubnet(host *models.Host, exportPath, cloudServerSubnetPath string) error + func RunSSHGetNewSubnetEVMRelease(host *models.Host, subnetEVMReleaseURL, subnetEVMArchive string) error + func RunSSHGetNodeID(host *models.Host) ([]byte, error) + func RunSSHRestartNode(host *models.Host) error + func RunSSHSetupBuildEnv(host *models.Host) error + func RunSSHSetupCLIFromSource(host *models.Host, cliBranch string) error + func RunSSHSetupDevNet(host *models.Host, nodeInstanceDirPath string) error + func RunSSHSetupMachineMetrics(host *models.Host) error + func RunSSHSetupMonitoring(host *models.Host) error + func RunSSHSetupNode(host *models.Host, configPath, odysseyGoVersion string, isDevNet bool) error + func RunSSHSetupSeparateMonitoring(host *models.Host, ...) error + func RunSSHStartNode(host *models.Host) error + func RunSSHStopNode(host *models.Host) error + func RunSSHSubnetSyncStatus(host *models.Host, blockchainID string) ([]byte, error) + func RunSSHTrackSubnet(host *models.Host, subnetName, importPath, networkFlag string) error + func RunSSHUpdatePrometheusConfig(host *models.Host, odysseyGoPorts, machinePorts string) error + func RunSSHUpdateSubnet(host *models.Host, subnetName, importPath string) error + func RunSSHUpgradeOdysseygo(host *models.Host, odysseyGoVersion string) error + func RunSSHUpgradeSubnetEVM(host *models.Host, subnetEVMBinaryPath string) error + func RunSSHUploadNodeMonitoringConfig(host *models.Host, nodeInstanceDirPath string) error + func RunSSHUploadStakingFiles(host *models.Host, nodeInstanceDirPath string) error