diff --git a/neo/command/types.go b/neo/command/types.go index 035150f1..f9026f28 100644 --- a/neo/command/types.go +++ b/neo/command/types.go @@ -76,6 +76,7 @@ type Context struct { Field *ContextField `json:"field,omitempty"` Namespace string `json:"namespace,omitempty"` Config map[string]interface{} `json:"config,omitempty"` + Signal interface{} `json:"signal,omitempty"` context.Context `json:"-" yaml:"-"` }