Versions in this module Expand all Collapse all v1 v1.18.1 Apr 6, 2022 Changes in this version + type Event interface + Log func(id string) (Log, error) + type Log interface + Close func() error + Id func() string + Read func() (*Record, error) + Seek func(offset int64) error + Write func(*Record) error + type Record struct + Data []byte + Metadata map[string]interface{}