wip
This commit is contained in:
parent
502e21bc5b
commit
ca930cce09
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ type VPatchRule struct {
|
|||
//Those 2 together represent something like ARGS.foo
|
||||
//If only target is set, it's used for variables that are not a collection (REQUEST_METHOD, etc)
|
||||
Target string `yaml:"target"`
|
||||
Variable string `yaml:"var`
|
||||
Variable string `yaml:"var"`
|
||||
|
||||
//Operations
|
||||
Match string `yaml:"match"` //@rx
|
||||
|
|
Loading…
Reference in a new issue