# Packages
No description provided by the author
# Functions
CreateTLSCertificate creates a self-signed key/cert pair for https server you can give the destination path without extension (.crt/.key will be added), and optionally pass hostnames to be written to the cert.
Middleware attaches CORS (access-control-allow-*) headers to gin.Context on every request to allow cross-domain requests from the frontend.
Options handles all options request.
Start is starting the service.
No description provided by the author
# Structs
No description provided by the author