implement RunService in global mode and RemoveService

This commit is contained in:
Pavel Sviderski
2024-12-04 18:26:59 +10:00
parent 7d47d274a0
commit 2727c3c97e
3 changed files with 323 additions and 72 deletions
-5
View File
@@ -6,11 +6,6 @@ import (
"uncloud/internal/machine/api/pb"
)
const (
ModeReplicated = "replicated"
ModeGlobal = "global"
)
type Service struct {
ID string
Name string