Categorygithub.com/asstart/go-session
modulepackage
0.3.1
Repository: https://github.com/asstart/go-session.git
Documentation: pkg.go.dev

# README

go-session Coverage Status

For now just experimenting with sessions in go

# Packages

Package mocks is a generated GoMock package.
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
NewService Create implementation of Service to work with session logr.Logger may be useful only for debugging purposes, Nnone of errors will be logged as logr.Error.
NewSession return new session with default configuration IdleTimeout = 24h AbsTimeout = 7d Anonym = true Active = true Opts: Secure, HTTPOnly, Strict.
ValidateSessionID validate session id format.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Conf contains session parameters.
CookieConf contains cookie parameters.
Session is representation of session in terms of current module.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

CtxKey type alias for session data attributes keys.
No description provided by the author