Versions in this module Expand all Collapse all v0 v0.5.0 May 24, 2022 v0.4.3 May 12, 2022 v0.4.2 May 7, 2022 Changes in this version + type Event struct + Record map[string]interface{} + Ts time.Time + func New(ts time.Time, record map[string]interface{}) Event + type Events []Event + func (e Events) Len() int + func (e Events) Less(i, j int) bool + func (e Events) Swap(i, j int)