# Packages
No description provided by the author
# Functions
NewServer creates a new api a to do list application server but does not configure it.
# Variables
FlatSwaggerJSON embedded flattened version of the swagger document used at generation time.
This file auto configures the api backend implementation.
SwaggerJSON embedded version of the swagger document used at generation time.
# Interfaces
Authable handles server authentication.
Configurable handles all server configurations.
Handler handles all api server backend configurations and requests.
TodosHandler */.