diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -48,14 +48,15 @@ type virtigoT struct { type adminT struct { // admin mode - droplets *virtpb.Droplets // your droplets - hypervisors *virtpb.Hypervisors // yep - events *virtpb.Events // yep - uptime *gui.Node // the uptime message - dwin *stdDropletTableWin // the droplet window - hwin *stdHypervisorTableWin // the hypervisor window - ewin *stdEventTableWin // the events window - url *url.URL // URL for the cloud + cluster *virtpb.Cluster // the cluster protobuf + droplets *virtpb.Droplets // your droplets + hypervisors *virtpb.Hypervisors // yep + // events *virtpb.Events // yep + uptime *gui.Node // the uptime message + dwin *stdDropletTableWin // the droplet window + hwin *stdHypervisorTableWin // the hypervisor window + ewin *stdEventTableWin // the events window + url *url.URL // URL for the cloud } // the stuff that is needed for a hypervisor |
