From c2229b65ab041aa80ff7b99b982b2e3061ba0ed7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 31 Oct 2024 04:21:46 -0500 Subject: complies. made 'droplet.Current' for tmp data Signed-off-by: Jeff Carr --- sampleData.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'sampleData.go') diff --git a/sampleData.go b/sampleData.go index 990eeb7..0085822 100644 --- a/sampleData.go +++ b/sampleData.go @@ -21,7 +21,6 @@ func CreateSampleDroplet(hostname string) *Droplet { d := &Droplet{ Uuid: id.String(), Hostname: hostname, - Notes: "this is a droplet for testing", } return d } @@ -75,7 +74,6 @@ func CreateSampleCluster(total int) *Cluster { for i := 0; i < total; i++ { hostname := fmt.Sprintf("bmath%d.wit.com", i) d := CreateSampleDroplet(hostname) - d.Notes = fmt.Sprintf("Sample Droplet %d", i) d.PreferredHypervisor = fmt.Sprintf("farm%d", i) if d.PreferredHypervisor == "farm4" { d.Cpus = 16 -- cgit v1.2.3