feat: support custom server deployment drafts

This commit is contained in:
npc0-hue
2026-07-24 16:56:28 +08:00
parent 292b380f3c
commit 220ef91a8e
36 changed files with 1520 additions and 85 deletions
+1
View File
@@ -4,6 +4,7 @@ import "time"
type RunJobProgressReport struct {
Percent int
Phase string
Message string
}