Versions in this module Expand all Collapse all v0 v0.5.0 Jan 12, 2019 Changes in this version type Options + Codec encoding.Codec v0.4.0 Dec 2, 2018 Changes in this version type Store + func (m Store) Close() error v0.3.0 Nov 17, 2018 Changes in this version + var DefaultOptions = Options + type MarshalFormat int + const Gob + const JSON + type Options struct + MarshalFormat MarshalFormat type Store + func (m Store) Delete(k string) error v0.2.0 Nov 5, 2018 Changes in this version + type Store struct + func NewStore() Store + func (m Store) Get(k string, v interface{}) (bool, error) + func (m Store) Set(k string, v interface{}) error