package
0.1.3
Repository: https://github.com/rsms/go-httpd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Variables

ErrNoStorage is returned when loading a session with a Store that has no backing storage.
No description provided by the author
No description provided by the author

# Structs

MemoryStorage is an implementation of Storage that keeps session data in memory.
Session holds a set of keys & values associated with an ID.
Store represents a domain of sessions.

# Interfaces

Storage provides persistance for session data.