Documentation ¶
Overview ¶
Package listener provides functions and types used to listen to AppSec instrumentation events produced by code usintrumented using the functions and types found in gopkg.in/DataDog/dd-trace-go.v1/internal/appsec/emitter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressSet ¶ added in v1.61.0
type AddressSet map[string]struct{}
AddressSet is a set of WAF addresses.
func FilterAddressSet ¶ added in v1.61.0
func FilterAddressSet(supported AddressSet, handle *waf.Handle) AddressSet
FilterAddressSet filters the supplied `supported` address set to only include entries referenced by the supplied waf.Handle.
type ContextKey ¶
type ContextKey struct{}
ContextKey is used as a key to store operations in the request's context (gRPC/HTTP)
Click to show internal directories.
Click to hide internal directories.