# Packages

Package dyngo is the Go implementation of Datadog's Instrumentation Gateway which provides an event-based instrumentation API based on a stack representation of instrumented functions along with nested event listeners.

# Functions

Enabled returns true when AppSec is up and running.
Start AppSec when enabled by both using the appsec build tag and setting the environment variable DD_APPSEC_ENABLED to true.
Stop AppSec.
WithRCConfig sets the AppSec remote config client configuration to the specified cfg.

# Structs

Config is the AppSec configuration.
ObfuscatorConfig wraps the key and value regexp to be passed to the WAF to perform obfuscation.

# Type aliases

StartOption is used to customize the AppSec configuration when invoked with appsec.Start().