# Functions
Init initializes global parameters of the Web server by configuration values.
# Structs
Application is an interface of the application.
IncomingJob describes a job to be pushed in a queue.
PushResult describes a job pushed to a queue.
Stats contains queue statistics and worker statistics.
# Interfaces
Service is an interface of the application use case service.