package
8.4.4+incompatible
Repository: https://github.com/codehakase/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.

# Variables

ErrIntParse returns an error message when int parse failed it's not statical error, it depends on the failed value.

# Structs

Entry
No description provided by the author

# Type aliases

No description provided by the author