Versions in this module Expand all Collapse all v0 v0.2.0 Aug 20, 2021 v0.1.1 Jul 8, 2021 Changes in this version + type Adapter interface + Close func() error + Delete func(contract uint32, messageId, topic []byte) error + DeleteMessage func(key uint64) error + Get func(contract uint32, topic []byte, last string) ([][]byte, error) + GetMessage func(key uint64) ([]byte, error) + GetName func() string + IsOpen func() bool + Keys func() []uint64 + NewID func() ([]byte, error) + Open func(path, config string, reset bool) error + Put func(contract uint32, topic, payload []byte, ttl string) error + PutMessage func(key uint64, payload []byte) error + PutWithID func(contract uint32, messageId, topic, payload []byte, ttl string) error