# Functions

New returns a new config configured with the given options.
WithAuth returns an option that sets the auth config.
WithKafka returns an option that sets the kafka config.
WithServer returns an option that sets the server config.
WithStorage returns an option that sets the storage config.

# Variables

Commit hash of the server.
Version of the server.

# Structs

AuthConfig holds config data for authentication.
Config contains application data for the gatekeeper application.
KafkaConfig holds config information about Kafka.
No description provided by the author
StorageConfig holds config information about the database.

# Type aliases

Options is a function that takes a config and returns an error.