Versions in this module Expand all Collapse all v0 v0.2.2 Sep 21, 2022 Changes in this version + type DataSource interface + All func() (map[string]map[string]interface{}, error) + Count func(map[string]interface{}) (int64, error) + Delete func(entityId string) error + Find func(search map[string]interface{}) (map[string]map[string]interface{}, error) + FindAndDelete func(search map[string]interface{}) error + FindOne func(search map[string]interface{}) (string, map[string]interface{}, error) + Name func() string + Save func(entityId string, entity map[string]interface{}) error + Start func() error + Stop func() error