summaryrefslogtreecommitdiff
path: root/structs.go
blob: ff134aaf6fc89107602d75414454fa2e1d23b240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}