summaryrefslogtreecommitdiff
path: root/newCluster.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-07 05:04:11 -0600
committerJeff Carr <[email protected]>2024-11-07 05:04:11 -0600
commit907981a92da0537617a4c9fe39093f23004f461c (patch)
tree5df2fcac84995b0027dceef658d652a3d74861d9 /newCluster.go
parentb9766ce266286171f4688a32c679816bf824ae28 (diff)
rename Clusterv0.2.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'newCluster.go')
-rw-r--r--newCluster.go19
1 files changed, 0 insertions, 19 deletions
diff --git a/newCluster.go b/newCluster.go
deleted file mode 100644
index 1880765..0000000
--- a/newCluster.go
+++ /dev/null
@@ -1,19 +0,0 @@
-package virtbuf
-
-import (
- sync "sync"
-
- durationpb "google.golang.org/protobuf/types/known/durationpb"
- "google.golang.org/protobuf/types/known/timestamppb"
-)
-
-type NewCluster struct {
- sync.RWMutex
-
- Dirs []string
- d *Droplets
- H *Hypervisors
- e *Events
- Unstable *timestamppb.Timestamp
- UnstableTimeout *durationpb.Duration
-}