From 81c0c8f70ebe2247ba2de8ee879be71ded6acee9 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 9 Oct 2024 11:36:02 -0400 Subject: Add end point stubs for container controls --- api/api.go | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'api/api.go') 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 -- cgit v1.2.3