Categorygithub.com/open-cmi/memstore
modulepackage
0.1.0
Repository: https://github.com/open-cmi/memstore.git
Documentation: pkg.go.dev

# README

说明

forked from github.com/quasoft/memstore

How to use

# Packages

No description provided by the author

# Functions

NewMemStore returns a new MemStore.

# Structs

No description provided by the author
JSONSerializer encode the session map to JSON.
MemStore is an in-memory implementation of gorilla/sessions, suitable for use in tests and development environments.

# Interfaces

SessionSerializer provides an interface hook for alternative serializers.