package
0.0.0-20250206095323-67f4e8942fa5
Repository: https://github.com/noxyicm/wsf.git
Documentation: pkg.go.dev
# Functions
Close session.
Created returns true if session instance was created.
Get returns a session.
Instance returns a session instance.
NewDefaultSession creates a new default session handler.
NewDefaultSessionManager creates a new default session manager.
NewSession creates a new session from given type and options.
NewSessionFromConfig creates a new session from given Config.
NewSessionManager creates a new session manager from given type and options.
NewSessionToken creates a new token session handler.
Register registers a handler for session manager creation.
RegisterSession registers a handler for session manager creation.
SetInstance sets session instance.
Start new session.
# Constants
Public contants.
HTTPHeaderBearer is.
Public contants.
Public contants.
Public contants.
TYPESessionDefault is a type of controller.
TYPESessionManagerDefault is a type of session manager.
TYPESessionToken is a type of controller.
# Variables
ErrorNoSessionIDInRequest is a error.
ErrorUndefinedSessionID is a error.
# Structs
Config defines set of session variables.
Manager is a default session manager.
ManagerConfig defines set of session manager variables.
Session is a default session.
Token is a session handler.
# Interfaces
Interface is a session manager interface.
ManagerInterface represents session manager interface.