diff options
| author | Jeff Carr <[email protected]> | 2024-11-07 05:04:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-07 05:04:11 -0600 |
| commit | 907981a92da0537617a4c9fe39093f23004f461c (patch) | |
| tree | 5df2fcac84995b0027dceef658d652a3d74861d9 /sampleData.go | |
| parent | b9766ce266286171f4688a32c679816bf824ae28 (diff) | |
rename Clusterv0.2.5
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sampleData.go')
| -rw-r--r-- | sampleData.go | 2 |
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++ { |
