2024-10-26 10:34:04 -05:00
|
|
|
package main
|
|
|
|
|
|
|
|
import (
|
|
|
|
"go.wit.com/lib/protobuf/virtbuf"
|
|
|
|
)
|
|
|
|
|
|
|
|
var me Virtigod
|
|
|
|
|
|
|
|
// this app's variables
|
|
|
|
type Virtigod struct {
|
2024-10-26 12:32:37 -05:00
|
|
|
cluster *virtbuf.Cluster
|
2024-10-26 10:34:04 -05:00
|
|
|
// droplets *virtbuf.Droplets
|
|
|
|
// events *virtbuf.Events
|
|
|
|
}
|