virtigod/structs.go

13 lines
203 B
Go
Raw Permalink Normal View History

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
}