Versions in this module Expand all Collapse all v0 v0.2.0 Mar 30, 2023 Changes in this version + func Load(ctx context.Context, cfg config.Storage, s *Storer) error + type Storer interface + Read func(context.Context, string) ([]model.Data, error) + View func(context.Context, string) (map[string]map[string]string, error) + Write func(context.Context, model.Data) error