Versions in this module Expand all Collapse all v1 v1.0.1 Jul 19, 2023 Changes in this version + func TestStore(t *testing.T, setup SetupDB) + type Entry interface + GetLog func(indx uint64, log *web3.Log) error + LastIndex func() (uint64, error) + RemoveLogs func(indx uint64) error + StoreLogs func(logs []*web3.Log) error + type SetupDB func(t *testing.T) (Store, func()) + type Store interface + Close func() error + Get func(k string) (string, error) + GetEntry func(hash string) (Entry, error) + ListPrefix func(prefix string) ([]string, error) + Set func(k, v string) error