summaryrefslogtreecommitdiff
path: root/structs.go
blob: a99883aef6de925f8e35796f499e59201b721949 (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
}