package
10.7.0+incompatible
Repository: https://github.com/eryx/iris.git
Documentation: pkg.go.dev

# 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

Entry
No description provided by the author

# Type aliases

No description provided by the author