diff options
| author | Jeff Carr <[email protected]> | 2024-10-26 20:47:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-26 20:47:44 -0500 |
| commit | 9a0ebc03482ea7ead02c82e7f4e0f1d40e121005 (patch) | |
| tree | 11dd3d8228c89820d34b4d4bdfcc520130ae797c /structs.go | |
| parent | 170f548a619b0380acb8137f24ffce0478e0b753 (diff) | |
only knows about protobufs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 } |
