# Packages
Package openapi provides primitives to interact with the openapi HTTP API.
# Functions
No description provided by the author
No description provided by the author
RegisterAPIServer registers the OpenAPI implementation with the router.
RegisterGithubWebhookHandler registers the handler with a [github.com/go-chi/chi/v5.Router].
RegisterGitlabWebhookHandler registers the handler with a [github.com/go-chi/chi/v5.Router].
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
APIServer provides the implementation of the OpenAPI endpoints.
GithubWebhookHandler handles webhooks sent by GitHub.
GitlabWebhookHandler handles webhooks sent by GitLab.
NewAPIServerOptions are passed to [RegisterAPIServer].