diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 13:21:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 13:21:10 -0500 |
| commit | 9ad173a845216488a397d5b9d8f7bc15a64c96cb (patch) | |
| tree | d66a5f2644f386500dfe231c1d756227ff63b2e3 /newCluster.go | |
| parent | e8834578fbecc48b133e6550829de4766bc309a8 (diff) | |
expose cluster.Hypervisors
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'newCluster.go')
| -rw-r--r-- | newCluster.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newCluster.go b/newCluster.go index 245638d..1880765 100644 --- a/newCluster.go +++ b/newCluster.go @@ -12,7 +12,7 @@ type NewCluster struct { Dirs []string d *Droplets - h *Hypervisors + H *Hypervisors e *Events Unstable *timestamppb.Timestamp UnstableTimeout *durationpb.Duration |
