Versions in this module Expand all Collapse all v2 v2.1.1 Dec 9, 2025 Changes in this version + func Get(ctx context.Context, storageCfg cmap.CustomMap) (storageTY.Plugin, error) + func RunImport(ctx context.Context, logger *zap.Logger, storage storageTY.Plugin, ...) error v2.0.0 Jun 18, 2023 Changes in this version + func Create(ctx context.Context, name string, config cmap.CustomMap) (p storageType.Plugin, err error) + func Register(name string, fn CreatorFn) + type CreatorFn func(ctx context.Context, config cmap.CustomMap) (storageType.Plugin, error)