Versions in this module Expand all Collapse all v1 v1.16.2 Nov 13, 2019 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{}