# Functions
New instantiates new handler instance.
WithLogger sets logger.
WithProducerGitHubMessageQueue sets kafka producer message queue for github webhooks.
WithTopic sets topic name to consume.
WithWebhookSecret sets github webhook secret.
# Structs
Handler represents http handler configuration and must satisfy GitHubWebhookHandler interface.
# Interfaces
GitHubWebhookHandler defines http handler behaviours.
# Type aliases
Option represents option function type.