# Packages
No description provided by the author
# Functions
CreateSessionHandlerFunc returns a function that generates a session.
No description provided by the author
GetByIDSessionHandlerFunc returns a function that retrieves a session by ID from the cache.
No description provided by the author
# Structs
API provides a struct to wrap the api around.
NOPCache no-op struct.
NOPSessions no-op struct.
# Interfaces
AuthHandler interface for adding auth to endpoints.
Cache interface for storing and retrieving sessions.
SessionUpdater interface for updating a session.
# Type aliases
GetVarsFunc is a helper function that returns a map of request variables and parameters.