Skip to content

Commit

Permalink
consistent with notifier/helpers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Aug 8, 2018
1 parent 73a18ca commit e6fe261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/internal/notifier/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ func executeTemplate(tmpl *template.Template, extras map[string]string, status *
err := tmpl.Execute(bytesToSend, struct {
Cluster string
Group string
Id string
ID string
Start time.Time
Extras map[string]string
Result protocol.ConsumerGroupStatus
}{
Cluster: status.Cluster,
Group: status.Group,
Id: eventID,
ID: eventID,
Start: startTime,
Extras: extras,
Result: *status,
Expand Down

0 comments on commit e6fe261

Please sign in to comment.