Versions in this module Expand all Collapse all v2 v2.1.1 Dec 9, 2025 v2.0.0 Jun 18, 2023 Changes in this version + const PluginMemory + func New(ctx context.Context, config cmap.CustomMap) (storageTY.Plugin, error) + type Config struct + DumpDir string + DumpEnabled bool + DumpFormat []string + DumpInterval string + LoadFormat string + Name string + type Store struct + Config Config + func (s *Store) ClearDatabase() error + func (s *Store) Close() error + func (s *Store) Delete(entityName string, filters []storageTY.Filter) (int64, error) + func (s *Store) DoStartupImport() (bool, string, string) + func (s *Store) Find(entityName string, out interface{}, filters []storageTY.Filter, ...) (*storageTY.Result, error) + func (s *Store) FindOne(entityName string, out interface{}, filters []storageTY.Filter) error + func (s *Store) Insert(entityName string, data interface{}) error + func (s *Store) Name() string + func (s *Store) Pause() error + func (s *Store) Ping() error + func (s *Store) Resume() error + func (s *Store) Update(entityName string, data interface{}, filters []storageTY.Filter) error + func (s *Store) Upsert(entityName string, data interface{}, filters []storageTY.Filter) error