Documentation ¶ Index ¶ func NewGoMap(opts impl.Opts) (impl.Impl, error) type GoMap func (g *GoMap) Close() error func (g *GoMap) Del(k string) error func (g *GoMap) Get(k string, v interface{}) error func (g *GoMap) Keys() ([]string, error) func (g *GoMap) Set(k string, v interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewGoMap ¶ func NewGoMap(opts impl.Opts) (impl.Impl, error) Types ¶ type GoMap ¶ type GoMap map[string][]byte func (*GoMap) Close ¶ func (g *GoMap) Close() error func (*GoMap) Del ¶ func (g *GoMap) Del(k string) error func (*GoMap) Get ¶ func (g *GoMap) Get(k string, v interface{}) error func (*GoMap) Keys ¶ func (g *GoMap) Keys() ([]string, error) func (*GoMap) Set ¶ func (g *GoMap) Set(k string, v interface{}) error Source Files ¶ View all Source files gomap.go Click to show internal directories. Click to hide internal directories.