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 }