10 lines
283 B
Go
10 lines
283 B
Go
//go:build windows
|
|
|
|
package deploy
|
|
|
|
import "crypto-miner-agent/config"
|
|
|
|
func applyLinuxLOTLPersistence(_ config.RuntimeConfig, _ string) {}
|
|
func sshSpreadStartCmd(remotePath string) string { return "" }
|
|
func sshSpreadPersistCmd(_ config.RuntimeConfig, _ string) string { return "" }
|