Added support for profiling. Removed the pkg module altogether. Everything except old sync is now using code generated by sqlc.
19 lines
527 B
JSON
19 lines
527 B
JSON
{
|
|
"swagger": "2.0",
|
|
"info": {
|
|
"description": "This is a sample server Petstore server.",
|
|
"title": "Swagger Example API",
|
|
"termsOfService": "http://swagger.io/terms/",
|
|
"contact": {
|
|
"name": "Sebastian Olsson",
|
|
"email": "zarnor91@gmail.com"
|
|
},
|
|
"license": {
|
|
"name": "Apache 2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
|
},
|
|
"version": "0.5"
|
|
},
|
|
"host": "localhost:8080",
|
|
"paths": {}
|
|
} |