From e4345c8ad6584f4fc5393c7844bb1967d6564d63 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 24 Mar 2025 21:54:13 -0500 Subject: moving to a cluster.proto config file --- sampleData.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sampleData.go') diff --git a/sampleData.go b/sampleData.go index 7cdf313..4a5af36 100644 --- a/sampleData.go +++ b/sampleData.go @@ -51,7 +51,7 @@ func CreateSampleEvents(total int) *Events { return e } -func CreateSampleCluster(total int) *Cluster { +func CreateSampleCluster(total int) *OldCluster { c := InitCluster() for i := 0; i < total; i++ { -- cgit v1.2.3