From 783a06b050048e22aac9fcc1520ca43c40226f14 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 26 Oct 2024 10:34:04 -0500 Subject: can write out working virsh xml Signed-off-by: Jeff Carr --- structs.go | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 structs.go (limited to 'structs.go') diff --git a/structs.go b/structs.go new file mode 100644 index 0000000..ff134aa --- /dev/null +++ b/structs.go @@ -0,0 +1,14 @@ +package main + +import ( + "go.wit.com/lib/protobuf/virtbuf" +) + +var me Virtigod + +// this app's variables +type Virtigod struct { + cluster *virtbuf.Cluster + // droplets *virtbuf.Droplets + // events *virtbuf.Events +} -- cgit v1.2.3