From 907981a92da0537617a4c9fe39093f23004f461c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 7 Nov 2024 05:04:11 -0600 Subject: rename Cluster Signed-off-by: Jeff Carr --- newCluster.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 newCluster.go (limited to 'newCluster.go') 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 -} -- cgit v1.2.3