Documentation ¶ Index ¶ type WAF func New(errChan chan<- error, casesMap *config.TestCasesMap) *WAF func (waf *WAF) Run() func (waf *WAF) ServeHTTP(w http.ResponseWriter, r *http.Request) func (waf *WAF) Shutdown() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type WAF ¶ type WAF struct { // contains filtered or unexported fields } func New ¶ func New(errChan chan<- error, casesMap *config.TestCasesMap) *WAF func (*WAF) Run ¶ func (waf *WAF) Run() func (*WAF) ServeHTTP ¶ func (waf *WAF) ServeHTTP(w http.ResponseWriter, r *http.Request) func (*WAF) Shutdown ¶ func (waf *WAF) Shutdown() error Source Files ¶ View all Source files decoder.go grpc.go placeholder.go waf.go Click to show internal directories. Click to hide internal directories.