Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDatabase ¶
CreateDatabase for testing. Usage:
db, cleanup := CreateDatabase() defer cleanup() …
func CreateQueue ¶
CreateQueue for testing. Usage:
queue, cleanup := CreateQueue() defer cleanup() …
func CreateServer ¶
func CreateServer() func()
CreateServer for testing on port 8081, returning a cleanup function that stops the server. Usage:
cleanup := CreateServer() defer cleanup()
func SkipIfShort ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.