package
0.0.0-20240323100325-aa9ed8d7823e
Repository: https://github.com/justworking42/go-password-manager.git
Documentation: pkg.go.dev

# 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.