# Functions
DefaultServing is the default server.
DefaultShutdown is the default shutdown.
SetupRouter sets up the router with the given configuration, allows to control the server start.
# Variables
BasicConfig is the basic mock configuration.
Serving is the function which starts the server.
Shutdown is the function which stops the server.
StopChannel is the channel which is used to stop the server.
# Structs
BasicConfiguration is the basic configuration model of the server which is defined via environment variables.
# Interfaces
RequestHandler abstraction of a set of http handler funcs
*/.