mockstore

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 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 Store

type Store struct {
	MockFind   func(ctx context.Context, id string) (data []byte, expiry time.Time, err error)
	MockUpsert func(ctx context.Context, id string, data []byte, expiry time.Time) (err error)
	MockDelete func(ctx context.Context, id string) (err error)
}

Store is a mock session store

func New

func New() *Store

func (*Store) Delete

func (m *Store) Delete(ctx context.Context, id string) (err error)

func (*Store) Find

func (m *Store) Find(ctx context.Context, id string) (data []byte, expiry time.Time, err error)

func (*Store) Upsert

func (m *Store) Upsert(ctx context.Context, id string, data []byte, expiry time.Time) (err error)

Jump to

Keyboard shortcuts

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