From 9a0ebc03482ea7ead02c82e7f4e0f1d40e121005 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 26 Oct 2024 20:47:44 -0500 Subject: only knows about protobufs Signed-off-by: Jeff Carr --- structs.go | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'structs.go') 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 } -- cgit v1.2.3