# Functions
HashPayload computes the hash of payload's body according to the webhook's secret token see https://developer.github.com/webhooks/securing/#validating-payloads-from-github returning the hash as a hexadecimal string.
IsValidPayload checks if the github payload's hash fits with the hash computed by GitHub sent as a header.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Header constants.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Header constants.
Header constants.
Header constants.
Header constants.
Header constants.
# Structs
No description provided by the author
No description provided by the author
PullRequestPayload contains the information for GitHub's pull request hook event.
PushPayload contains the information for GitHub's push hook event.
No description provided by the author
PushPayload contains the information for Gitlab's push hook event.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
Event defines a provider hook event type.