# Constants
ConfigReloadRoute is the route to trigger a config reload.
ConfigRoute is the route to query/modify the current configuration.
DefaultServerAddress is the default address of the goProbe server.
IfacesQueryParam is the query parameter to specify the interfaces to query.
StatusRoute is the route to query the current status.
# Structs
ConfigResponse is the response to a config query.
ConfigUpdateResponse is the response to a config update.
Response stores the HTTP status code and error detail of the response.
StatusResponse is the response to a status query.
# Type aliases
ConfigUpdateRequest is the payload to update the configuration of all interfaces stored in it.