Documentation ¶ Index ¶ func New(o opts.Opts) (impl.Impl, error) type Map func (m *Map) Close() error func (m *Map) Del(k string) error func (m *Map) Get(k string) ([]byte, error) func (m *Map) Keys() ([]string, error) func (m *Map) Set(k string, v []byte) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ added in v0.4.1 func New(o opts.Opts) (impl.Impl, error) Types ¶ type Map ¶ added in v0.4.1 type Map map[string][]byte func (*Map) Close ¶ added in v0.4.1 func (m *Map) Close() error func (*Map) Del ¶ added in v0.4.1 func (m *Map) Del(k string) error func (*Map) Get ¶ added in v0.4.1 func (m *Map) Get(k string) ([]byte, error) func (*Map) Keys ¶ added in v0.4.1 func (m *Map) Keys() ([]string, error) func (*Map) Set ¶ added in v0.4.1 func (m *Map) Set(k string, v []byte) error Source Files ¶ View all Source files close.godel.goget.gokeys.gomap.goset.go Click to show internal directories. Click to hide internal directories.