refactor daemon to use Machine to manage all components

This commit is contained in:
Pavel Sviderski
2024-09-06 11:00:33 +10:00
parent a59950631b
commit 31e2b8456f
3 changed files with 130 additions and 138 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ package machine
import (
"fmt"
"github.com/spf13/cobra"
"uncloud/internal/daemon"
"uncloud/internal/machine"
"uncloud/internal/machine/daemon"
)
type tokenOptions struct {