summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-31 06:50:17 -0500
committerJeff Carr <[email protected]>2024-10-31 06:50:17 -0500
commita345a813d887b02d9c6eaea9d4645cf5c30f0573 (patch)
treeb10b29c7d9d42673a126b62892f8b56df7aac87f /structs.go
parentcc092bd8955ce7589fb2d92c091a5da3f8f714e5 (diff)
rename to virtigolib
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b209c9b..8c8caed 100644
--- a/structs.go
+++ b/structs.go
@@ -1,9 +1,12 @@
package main
+import "github.com/digitalocean/go-qemu/hypervisor"
+
var me *Virtigod
// this app's variables
type Virtigod struct {
Hostname string
dirs []string
+ hv *hypervisor.Hypervisor
}