Versions in this module Expand all Collapse all v0 v0.2.2 Oct 26, 2021 Changes in this version + type Adapter interface + Close func() error + Delete func(contract uint32, messageId []byte, topic string) error + DeleteMessage func(key uint64) error + Get func(contract uint32, topic string, 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 string, payload []byte, ttl string) error + PutMessage func(key uint64, payload []byte) error + PutWithID func(contract uint32, messageId []byte, topic string, payload []byte, ttl string) error v0.2.2-alpha Oct 26, 2021