package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# Functions

StartGUIServer creates the router, starts the HTTP server & generates the authentication token for access.
StopGUIServer closes the connection to the HTTP server & removes the authentication token file we created.

# Variables

CsrfToken is a session-specific token passed to the GUI's authentication endpoint by app.launchGui.

# Structs

Data is a struct used for filling templates.
Payload struct is for the JSON messages received from a client POST request.