From dc2dba26556d507bc929056755395cc51fcc7d9e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 27 Oct 2024 05:43:30 -0500 Subject: droplet.ForceHypervisor for binding it there Signed-off-by: Jeff Carr --- helpers.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'helpers.go') diff --git a/helpers.go b/helpers.go index 25486f1..96df708 100644 --- a/helpers.go +++ b/helpers.go @@ -124,3 +124,7 @@ func (c *Cluster) BlankFields() { d.CurrentState = 0 } } + +func (c *Cluster) AppendEvent(e *Event) { + c.Events = append(c.Events, e) +} -- cgit v1.2.3