mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
implement CLI init cluster, add SSH and WireGuard cluster connectors
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
package cli
|
||||
|
||||
import "uncloud/internal/cli/config"
|
||||
|
||||
type Machine struct {
|
||||
connConfig config.MachineConnection
|
||||
}
|
||||
|
||||
func NewMachine(connConfig config.MachineConnection) *Machine {
|
||||
return &Machine{connConfig: connConfig}
|
||||
type RemoteMachine struct {
|
||||
User string
|
||||
Host string
|
||||
Port int
|
||||
KeyPath string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user