//
pkg.gl
Category
github.com/nginx/agent/v2
src
extensions
nginx-app-protect
monitoring
package
2.38.0
Repository:
https://github.com/nginx/agent.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
32 SLOC
#
Packages
collector
No description provided by the author
manager
No description provided by the author
processor
No description provided by the author
#
Constants
BLOCKED
RequestStatus currently can be either PASSED or BLOCKED.
NAP
WAFType currently can just be NAP, can be extended to support other types of WAFs if needed.
PASSED
RequestStatus currently can be either PASSED or BLOCKED.
#
Structs
RawLog
RawLog describes the raw log entry received from the WAF.
#
Type aliases
RequestStatus
RequestStatus denotes the status of the request made to WAF.
WAFType
WAFType denotes which type of WAF is being used.