Documentation ¶
Index ¶
- func DisableLog()
- func New(cfg *types.Store, sub []byte) queue.Module
- func SetLogLevel(level string)
- type Store
- func (mavls *Store) Close()
- func (mavls *Store) Commit(req *types.ReqHash) ([]byte, error)
- func (mavls *Store) Del(req *types.StoreDel) ([]byte, error)
- func (mavls *Store) Get(datas *types.StoreGet) [][]byte
- func (mavls *Store) IterateRangeByStateHash(statehash []byte, start []byte, end []byte, ascending bool, ...)
- func (mavls *Store) MemSet(datas *types.StoreSet, sync bool) ([]byte, error)
- func (mavls *Store) ProcEvent(msg queue.Message)
- func (mavls *Store) Rollback(req *types.ReqHash) ([]byte, error)
- func (mavls *Store) Set(datas *types.StoreSet, sync bool) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableLog ¶
func DisableLog()
func SetLogLevel ¶
func SetLogLevel(level string)
Types ¶
type Store ¶
func (*Store) IterateRangeByStateHash ¶
Click to show internal directories.
Click to hide internal directories.