diff options
Diffstat (limited to 'helpers.go')
| -rw-r--r-- | helpers.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -124,3 +124,7 @@ func (c *Cluster) BlankFields() { d.CurrentState = 0 } } + +func (c *Cluster) AppendEvent(e *Event) { + c.Events = append(c.Events, e) +} |
