package
0.4.3
Repository: https://github.com/donetkit/contrib-gin.git
Documentation: pkg.go.dev

# Functions

Default shortcut to get session.
No description provided by the author
NewCacheStore instantiates a CacheStore with a cache passed in.
NewCookieStore Keys are defined in pairs to allow key rotation, but the common case is to set a single authentication key and optionally an encryption key.
NewStore size: maximum number of idle connections.

# Constants

No description provided by the author

# Structs

CacheStore stores session in a redis backend.
GobSerializer uses gob package to encode the session map.
JSONSerializer encode the session map to JSON.
Options stores configuration for a session or session store.

# Interfaces

No description provided by the author
No description provided by the author
Session Wraps thinly gorilla-session methods.
SessionSerializer provides an interface hook for alternative serializers.
No description provided by the author