mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
uncloud CLI tool and 'machine add' command to bootstrap a new cluster
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package cli
|
||||
|
||||
import "uncloud/internal/cli/config"
|
||||
|
||||
type Machine struct {
|
||||
connConfig config.MachineConnection
|
||||
}
|
||||
|
||||
func NewMachine(connConfig config.MachineConnection) *Machine {
|
||||
return &Machine{connConfig: connConfig}
|
||||
}
|
||||
Reference in New Issue
Block a user