# Functions

Cleanup cleans up after a test.
NewInMemoryDB creates a new in-memory DB.
Setup sets up a new in-memory database.

# Structs

InMemoryDB is an in-memory implementation of DB.

# Type aliases

ByID implements sort.Interface for []*domain.User based on the ID field.