summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 04:36:38 -0500
committerJeff Carr <[email protected]>2024-10-26 04:36:38 -0500
commit11f0cd97b596c2b08936edc2a99c5dac38df7637 (patch)
treeac1dee8250d816485eba392899ebe9e3994fd228 /http.go
parentfd3e14bcc6676b6f2e770a764351f82bee32738f (diff)
using lib/virtigoxml and it seems to actually work
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'http.go')
-rw-r--r--http.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/http.go b/http.go
index fd1ff1d..3928f7b 100644
--- a/http.go
+++ b/http.go
@@ -9,6 +9,7 @@ import (
"go.wit.com/lib/gui/shell"
pb "go.wit.com/lib/protobuf/virtbuf"
"go.wit.com/log"
+ "go.wit.com/lib/virtigoxml"
)
// remove '?' part and trailing '/'
@@ -65,7 +66,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
}
if tmp == "/dumplibvirtxml" {
- dumpLibvirtxmlDomainNames()
+ virtigoxml.DumpLibvirtxmlDomainNames()
return
}