feat: refactor to ymsctl & yms-daemon

This commit is contained in:
2026-08-17 02:10:10 +08:00
parent 7755da72e7
commit 79f18fcdea
23 changed files with 394 additions and 47 deletions
+1
View File
@@ -17,6 +17,7 @@ type Request struct {
InputType string `json:"inputType"`
File string `json:"file"`
ImageReference string `json:"imageReference"`
StartLog bool `json:"startLog"`
}
type Response struct {