Versions in this module Expand all Collapse all v1 v1.1.3 Sep 20, 2021 v1.1.2 Sep 20, 2021 Changes in this version + const TimestampLength + func MakeUniqueTimestamps(events []Event) + func StoreEvent(bucket *bbolt.Bucket, event Event) error + type Event interface + Deserialize func(io.Reader) error + Serialize func(io.Writer) error + SetTimestamp func(time.Time) + String func() string + Timestamp func() time.Time + Type func() Type + type Predicate func(time.Time, Type) bool + type Type uint8 + const TypeAny + const TypeOrderCreated + const TypeOrderMatch + const TypeOrderStateChange