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
Click to show internal directories.
Click to hide internal directories.