Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnknownEventType = fmt.Errorf("unknown event type")
Functions ¶
This section is empty.
Types ¶
type EventLog ¶
type EventLog struct { EventTime time.Time `json:"-"` EventType EventType `json:"-"` RedactCount uint64 `json:"-"` Data []byte `json:"-"` // commit errors are used to indicate // the event log was not commited in the storage CommitError string `json:"commit_error"` CommitEndDate *time.Time `json:"end_date"` }
Click to show internal directories.
Click to hide internal directories.