Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
config package handles setting up, parsing, and storing all configuration settings for the application.
|
config package handles setting up, parsing, and storing all configuration settings for the application. |
database implementations db package contains all database implementations this application will need sc-db defines interaction with the SoulCycle central database
|
database implementations db package contains all database implementations this application will need sc-db defines interaction with the SoulCycle central database |
helpers package contains helper functions and structs to use throughout the application responses contains standard response functions to use within HTTP handlers
|
helpers package contains helper functions and structs to use throughout the application responses contains standard response functions to use within HTTP handlers |
server package - HTTP server functionality within application routes.go - all routes within server The server package contains all code relating to the HTTP server used within the application
|
server package - HTTP server functionality within application routes.go - all routes within server The server package contains all code relating to the HTTP server used within the application |
middleware
middleware of the HTTP server The logger middleware adds logging support to every request middleware of the HTTP server middleware of the HTTP server The pre-flight middleware adds common response headers to requests middleware of the HTTP server The recovery middleware attempts to recover from panics that occur within the request execution chain middleware of the HTTP server Checks for and normalizes an API version for each request
|
middleware of the HTTP server The logger middleware adds logging support to every request middleware of the HTTP server middleware of the HTTP server The pre-flight middleware adds common response headers to requests middleware of the HTTP server The recovery middleware attempts to recover from panics that occur within the request execution chain middleware of the HTTP server Checks for and normalizes an API version for each request |
Click to show internal directories.
Click to hide internal directories.