Refactor and implement the api functions

This commit is contained in:
Marc Di Luzio 2020-06-05 17:59:14 +01:00
parent 3474e6ca8c
commit f82565bf22
5 changed files with 139 additions and 108 deletions

2
.vscode/launch.json vendored
View file

@ -9,7 +9,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/",
"program": "${workspaceFolder}/cmd/rove-server/main.go",
"cwd": "${workspaceFolder}",
"env": {},
"args": [],