summaryrefslogtreecommitdiff
path: root/sampleData.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 15:23:40 -0600
committerJeff Carr <[email protected]>2025-02-22 15:23:40 -0600
commit2381c65887caa779b2aecf2c9626de5d17e59536 (patch)
treea8e901235323c0498eb7a91302eb3af9b941a1cc /sampleData.go
parentddc0410126f6da0165f48f9023526dc47de52e5b (diff)
cleanups for gui pb tables
Diffstat (limited to 'sampleData.go')
-rw-r--r--sampleData.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/sampleData.go b/sampleData.go
index 32e89f0..d4de3a0 100644
--- a/sampleData.go
+++ b/sampleData.go
@@ -39,22 +39,6 @@ func CreateSampleHypervisor(hostname string, mem int) *Hypervisor {
return h
}
-func CreateExperiment(total int) *WhatsThis {
- var e *WhatsThis
- e = new(WhatsThis)
-
- // info := StorageInfo{Capacity: 64}
- // e.Humantest = &info
- if e.Humantest == nil {
- var newInfo WhatInfo
- newInfo = WhatInfo{Capacity: 64}
- e.Humantest = &newInfo
- } else {
- e.Humantest.Capacity = SetGB(total * 32)
- }
- return e
-}
-
func CreateSampleEvents(total int) *Events {
var e *Events
e = new(Events)