# Functions

NewBridge constructs a new Bridge.
NewMapper creates a new Mapper instance.
NewPGClient constructs a new PGClient.
NewSubscriber constructs a new Subscriber.

# Structs

AMQPConfig represents the config of the Subscriber.
Bridge represents a Bridge instance.
Config struct represents the YAML file specification.
Mapper represents a mapper that is able to convert incoming messages to the desired format.
MapperConfig represents the config for a Mapper.
PGClient represents a PostgreSQL client.
PostgresConfig represents the config of the PostgreSQL client.
Subscriber represents an AMQP subscriber.

# Type aliases

Message represents a single (mapped) Message.