Fix managed process helper command serialization

This commit is contained in:
npc0-hue
2026-09-03 01:10:49 +08:00
parent 8de49f2dd3
commit 8ac45cf999
3 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -926,7 +926,7 @@ type ProcessCommand struct {
JobID string
Capability string
Action string
OutputLine func(string, string)
OutputLine func(string, string) `json:"-"`
}
type ProcessResult struct {