Documentation
¶
Overview ¶
Package fake provides an in-memory backend for interaction tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
Backend is an in-memory backend for tests and event-flow verification.
func NewWithOptions ¶ added in v0.2.1
NewWithOptions creates a fake backend with preset events and options.
func (*Backend) LastSession ¶
LastSession returns the last created session.
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session is an in-memory backend session.
Click to show internal directories.
Click to hide internal directories.