diff options
Diffstat (limited to 'add.go')
| -rw-r--r-- | add.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -125,6 +125,6 @@ func (c *Cluster) BlankFields() { } } -func (c *Cluster) AppendEvent(e *Event) { - c.Events = append(c.Events, e) +func (epb *Events) AppendEvent(e *Event) { + epb.Events = append(epb.Events, e) } |
