memory

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMemorySessionStorage

func NewMemorySessionStorage(log *slog.Logger) sessionstorage.SessionStorage

Types

type MemorySessionStorage

type MemorySessionStorage struct {
	// contains filtered or unexported fields
}

func (*MemorySessionStorage) Add

func (s *MemorySessionStorage) Add(newSession session.Session) error

func (*MemorySessionStorage) Close

func (s *MemorySessionStorage) Close()

func (*MemorySessionStorage) CloseAllByType

func (s *MemorySessionStorage) CloseAllByType(ctx context.Context, incoming bool) error

func (*MemorySessionStorage) CloseByID

func (s *MemorySessionStorage) CloseByID(ctx context.Context, id uuid.UUID) error

func (*MemorySessionStorage) GetAll

func (s *MemorySessionStorage) GetAll() ([]session.Session, error)

func (*MemorySessionStorage) GetByID

func (s *MemorySessionStorage) GetByID(id uuid.UUID) (session.Session, error)

Jump to

Keyboard shortcuts

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