# Packages
Package pkgs implements the functions from github.com/arduino-create-agent/gen/indexes and github.com/arduino-create-agent/gen/tools.
# Functions
CustomRequestDecoder overrides the RequestDecoder provided by goahttp package It returns always a json.NewDecoder for legacy reasons: The web editor sends always request to the agent setting "Content-Type: text/plain" even when it should set "Content-Type: application/json".
Server is the actual server.
# Structs
LogAdapter is the adapter for the logger.