Versions in this module Expand all Collapse all v0 v0.0.2 Jan 14, 2024 v0.0.1 Jan 14, 2024 Changes in this version + type Store interface + Close func() error + Delete func(k string) error + Get func(k string, v any) (found bool, err error) + Set func(k string, v any) error