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