commit
944280d9b4
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ type Context struct {
|
||||||
Path string `json:"pathname,omitempty"`
|
Path string `json:"pathname,omitempty"`
|
||||||
FormData map[string]interface{} `json:"formdata,omitempty"`
|
FormData map[string]interface{} `json:"formdata,omitempty"`
|
||||||
Field *ContextField `json:"field,omitempty"`
|
Field *ContextField `json:"field,omitempty"`
|
||||||
|
Namespace string `json:"namespace,omitempty"`
|
||||||
|
Config map[string]interface{} `json:"config,omitempty"`
|
||||||
context.Context `json:"-" yaml:"-"`
|
context.Context `json:"-" yaml:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue