Versions in this module Expand all Collapse all v0 v0.0.1 Jun 23, 2026 Changes in this version + type Record struct + Key string + Value string + type Storage interface + All func(ctx context.Context) ([]Record, error) + Get func(ctx context.Context, key string) (Record, error) + Len func() int64 + Set func(ctx context.Context, key, value string) + Tenant func() string + func NewFailStorage(ctx context.Context) (Storage, error) + func NewStorage(ctx context.Context) (Storage, error)