Merge pull request #487 from trheyi/main

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

View file

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