sessionstorage

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionStorage

type SessionStorage interface {
	Add(session.Session) error
	GetAll() ([]session.Session, error)
	// GetPage(start, stop int) ([]session.Session, error)
	GetByID(uuid.UUID) (session.Session, error)
	CloseByID(ctx context.Context, id uuid.UUID) error
	CloseAllByType(ctx context.Context, incoming bool) error
	Close()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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