Versions in this module Expand all Collapse all v0 v0.1.1 Apr 22, 2020 v0.1.0 Apr 22, 2020 Changes in this version + func GenUlid() ulid.ULID + type DB interface + Close func() + Del func(keys []string) error + GC func() error + Get func(k Key) (string, error) + Scan func(ScannerOpt ScannerOptions) error + Set func(k Key, v string) error + Size func() int64 + type DBType int + const BADGER + const BOLT + const PEBBLE + type Handler func(k Key, v string) bool + type Key struct + ID ulid.ULID + Stream StreamID + Version []byte + func NewEventKey(stream, version []byte) Key + type ScannerOptions struct + FetchValues bool + Handler Handler + IncludeOffset bool + Index bool + Offset []byte + Prefix []byte + type StreamID []byte