Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + type MemStore struct + func NewMemStore() *MemStore + func (mstore *MemStore) Delete(key string) error + func (mstore *MemStore) List() ([]string, error) + func (mstore *MemStore) Read(key string) ([]byte, error) + func (mstore *MemStore) Write(key string, data []byte) error