[add] Neo context signal
This commit is contained in:
parent
ff74842053
commit
b479bd3ff3
1 changed files with 1 additions and 0 deletions
|
|
@ -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:"-"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue