Versions in this module Expand all Collapse all v0 v0.2.1 Jul 15, 2021 Changes in this version + func New() (sdk.KeyValueService, error) + func NewWithDB(db ScribbleIface) (sdk.KeyValueService, error) + type DevKVService struct + func (s *DevKVService) Delete(collection string, key string) error + func (s *DevKVService) Get(collection string, key string) (map[string]interface{}, error) + func (s *DevKVService) Put(collection string, key string, value map[string]interface{}) error + type ScribbleIface interface + Delete func(string, string) error + Read func(string, string, interface{}) error + ReadAll func(string) ([]string, error) + Write func(string, string, interface{}) error