aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/api/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/api.go')
-rw-r--r--api/api.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/api.go b/api/api.go
index b80c208..eaceb3d 100644
--- a/api/api.go
+++ b/api/api.go
@@ -65,6 +65,16 @@ func VttRedirect(w http.ResponseWriter, req *http.Request) {
http.Redirect(w, req, VTT_URL, http.StatusMovedPermanently)
}
+func VttStart(w http.ResponseWriter, req *http.Request) {
+
+}
+func VttStop(w http.ResponseWriter, req *http.Request) {
+
+}
+func VttRestart(w http.ResponseWriter, req *http.Request) {
+
+}
+
func VttLogs(w http.ResponseWriter, req *http.Request) {
var lines uint = 0