Better event comments
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2021-03-24 13:16:50 -07:00
parent 044f726ae4
commit 5881fd459c
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"sync"
)
// Events are the core struct passed around between various subsystems, they consist of a type which can be
// Event is the core struct type passed around between various subsystems. Events consist of a type which can be
// filtered on, an event ID for tracing and a map of Fields to string values.
type Event struct {
EventType Type