# Functions
GetSessionManager returns the session manager.
InitAndGetSessionManager create and returns a session manager with encryption.
NewMockSessionManager creates a new mock instance.
SetSessionManager saves the session manager to singleton.
# Structs
Config is the configuration for a session manager.
MockSessionManager is a mock of SessionManager interface.
MockSessionManagerMockRecorder is the mock recorder for MockSessionManager.
Session is a session struct with jwt.
SessionManagerBadger is a decorator of badger.
# Interfaces
SessionManager is a session manager inteface.