diff options
| author | Jeff Carr <[email protected]> | 2025-03-10 07:53:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-10 07:53:11 -0500 |
| commit | 68bf08bd6ca9ecbb3c5c846c908cd89450fbd96e (patch) | |
| tree | 6364cba0031c0736b9fedc013f5982d4c671b5d1 /structs.go | |
| parent | f9515280cf8ee5dd71be3b8e749e6405c4e77ca6 (diff) | |
Unmarshal() droplets
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -36,6 +36,11 @@ type virtigoT struct { missingDropletTimeout time.Duration // how long a droplet can be missing for status *gui.Node // the cluster status lastuptime *gui.Node // the last time uptime was checked by Kuma + + // admin mode + droplets *virtpb.Droplets // your droplets + hypervisors *virtpb.Hypervisors // yep + events *virtpb.Events // yep } // the stuff that is needed for a hypervisor |
