Skip to content

Commit

Permalink
Merge pull request #489 from trheyi/main
Browse files Browse the repository at this point in the history
[add] Neo context signal
  • Loading branch information
trheyi authored Oct 24, 2023
2 parents bfc7b69 + b479bd3 commit 9b41b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neo/command/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:"-"`
}

Expand Down

0 comments on commit 9b41b08

Please sign in to comment.