Skip to content

Commit

Permalink
Merge pull request #487 from trheyi/main
Browse files Browse the repository at this point in the history
[add] Neo context namespace
  • Loading branch information
trheyi authored Oct 24, 2023
2 parents e17e6d8 + c6c5784 commit 944280d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neo/command/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ type Context struct {
Path string `json:"pathname,omitempty"`
FormData map[string]interface{} `json:"formdata,omitempty"`
Field *ContextField `json:"field,omitempty"`
Namespace string `json:"namespace,omitempty"`
Config map[string]interface{} `json:"config,omitempty"`
context.Context `json:"-" yaml:"-"`
}

Expand Down

0 comments on commit 944280d

Please sign in to comment.