summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-26 20:47:44 -0500
committerJeff Carr <[email protected]>2024-10-26 20:47:44 -0500
commit9a0ebc03482ea7ead02c82e7f4e0f1d40e121005 (patch)
tree11dd3d8228c89820d34b4d4bdfcc520130ae797c /structs.go
parent170f548a619b0380acb8137f24ffce0478e0b753 (diff)
only knows about protobufs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/structs.go b/structs.go
index a99883a..a6e323a 100644
--- a/structs.go
+++ b/structs.go
@@ -1,14 +1,9 @@
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
+ dirs []string
+ // cluster *virtbuf.Cluster
}