This commit is contained in:
Sebastien Blot 2023-09-13 10:51:44 +02:00
parent ca930cce09
commit 7fdd4d04fe
No known key found for this signature in database
GPG key ID: DFC2902F40449F6A

View file

@ -49,6 +49,8 @@ type WaapSource struct {
InChan chan waf.ParsedRequest
WaapRuntime *waf.WaapRuntimeConfig
WaapConfigs map[string]waf.WaapConfig
WaapRunners []WaapRunner //one for each go-routine
}