# Functions
ParseIncomingWebhook parses incoming webhook HTTP request into WebhookInfo struct.
# Constants
EventHeaderKey represents the event type of incoming webhook from Bitbucket.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
WebhookInfo used for parsing an incoming webhook request from the VCS provider.
WebHookInfoCommit represents a commit info of an incoming webhook.
No description provided by the author
WebhookInfoPullRequest contains information about a pull request event received via a webhook.
WebHookInfoRepoDetails represents repository info of an incoming webhook.
WebhookInfoTag contains information about a tag event received via a webhook.
No description provided by the author
WebhookOrigin provides information about the hook to parse.
# Type aliases
No description provided by the author