package
12.2.11
Repository: https://github.com/kataras/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.
NewLifeTime returns a pointer to an empty LifeTime instance.

# Variables

Clock is the default clock to get the current time, it can be used for testing purposes too.
time.Date(2009, time.November, 10, 23, 0, 0, 0, time.UTC).

# Structs

Entry
ErrEntryNotFound may be returned from memstore methods if a key (with a certain kind) was not found.
LifeTime controls the session expiration datetime.

# Interfaces

# Type aliases