# Functions
AMQPHandler receives a deployment message over AMQP and translates it into a commitDeployed event.
GithubWebhookHandler receives GitHub webhooks and translates each commit details into a commitPushed event.
GrafanaHandler receives an event and translates it into an annotation payload compatible with Grafana REST API.
No description provided by the author
No description provided by the author
No description provided by the author
SlackHandler receives an event and translates it into a message payload compatible with Slack REST API.
No description provided by the author
# Structs
No description provided by the author
DeploySimulator simulates deployment messages for each commitPushed event.