Versions in this module Expand all Collapse all v0 v0.7.0 Jan 28, 2024 v0.6.0 Oct 13, 2019 Changes in this version + var DefaultOptions = Options + type Options struct + Codec encoding.Codec + Dir string + type Store struct + func NewStore(options Options) (Store, error) + func (s Store) Close() error + func (s Store) Delete(k string) error + func (s Store) Get(k string, v interface{}) (found bool, err error) + func (s Store) Set(k string, v interface{}) error Other modules containing this package github.com/philippgille/gokv