summaryrefslogtreecommitdiff
path: root/sampleData.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 /sampleData.go
parentb9766ce266286171f4688a32c679816bf824ae28 (diff)
rename Clusterv0.2.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sampleData.go')
-rw-r--r--sampleData.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sampleData.go b/sampleData.go
index 3d9f544..32e89f0 100644
--- a/sampleData.go
+++ b/sampleData.go
@@ -67,7 +67,7 @@ func CreateSampleEvents(total int) *Events {
return e
}
-func CreateSampleCluster(total int) *NewCluster {
+func CreateSampleCluster(total int) *Cluster {
c := InitCluster()
for i := 0; i < total; i++ {