Documentation ¶
Overview ¶
Package testutils contains some helpers for tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateServer ¶
Types ¶
type Eventstore ¶
type Eventstore interface { io.Writer Retrieve() ([]json.RawMessage, error) }
func CreateEventstore ¶
func CreateEventstore(t testing.TB, logger eventstore.Logger) (Eventstore, string, func())
Click to show internal directories.
Click to hide internal directories.