# Functions
NATS starts a NATS Streaming Server cluster in docker containers.
Publisher starts a publisher in docker container.nolint // Allow duplicate statements with querier.
Querier starts a querier in docker container.nolint // Allow duplicate statements with publisher.
TestDB creates a MySQL data origin for testing.
UUID generates a unique UUID for the duration of a test.
# Variables
TestSchemaOption represents option used for creating a test table origin.
TestTableName represents the table name for the test table.
# Interfaces
Container represents a container resource.