diff options
| author | Jeff Carr <[email protected]> | 2025-03-24 21:54:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-24 21:54:13 -0500 |
| commit | e4345c8ad6584f4fc5393c7844bb1967d6564d63 (patch) | |
| tree | b145c2e11edd3650ea0a3ea1954838ae00b8b818 /sampleData.go | |
| parent | 276c5cec2f28ef265a615d31cf27d25e72b29cf8 (diff) | |
moving to a cluster.proto config filev0.2.33
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 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++ { |
