cache

package
v0.0.0-...-56fefa2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSessionCache

func NewSessionCache() cache.ICache[string, Session]

NewSessionCache

Создание нового объекта кэша сессий

Types

type Session

type Session struct {
	UserID        string
	ExpireAt      time.Time
	EnteredAt     time.Time
	ClientIP      string
	ClientBrowser string
	ClientOS      string
}

Session

Запись о сессии для хранения в кэше

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL