# Functions
GobDecode accepts a series of bytes and returns the store.
GobDecodeEntry accepts a series of bytes and returns the entry.
GobEncode accepts a store and writes as series of bytes to the "w" writer.
GobEncodeEntry accepts an entry and writes as series of bytes to the "w" writer.
GobSerialize same as GobEncode but it returns the bytes using a temp buffer.
GobSerializeEntry same as GobEncodeEntry but it returns the bytes using a temp buffer.
# Structs
No description provided by the author
ErrEntryNotFound may be returned from memstore methods if a key (with a certain kind) was not found.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author