Fix managed process helper command serialization
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user