diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 04:36:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 04:36:38 -0500 |
| commit | 11f0cd97b596c2b08936edc2a99c5dac38df7637 (patch) | |
| tree | ac1dee8250d816485eba392899ebe9e3994fd228 /http.go | |
| parent | fd3e14bcc6676b6f2e770a764351f82bee32738f (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.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |
