This commit is contained in:
Sebastien Blot 2023-09-11 10:35:44 +02:00
parent 502e21bc5b
commit ca930cce09
No known key found for this signature in database
GPG key ID: DFC2902F40449F6A

View file

@ -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