Merge pull request #489 from trheyi/main

[add] Neo context signal
This commit is contained in:
Max 2023-10-25 01:22:22 +08:00 committed by GitHub
commit 9b41b0843e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:"-"`
}