# Functions
Create creates a new webhook and returns the webhook ID, the (provided as input) webhook name, and webhook secret.
Delete deletes a webhook by webhook ID or webhook name
Note: You can provide the webhook ID or webhook name, or both; It will match on either (First match wins)
Note: It is advised to provide the webhook ID over the webhook name for accuracy and performance
*/.
GetSecret returns the secret for a webhook by webhook ID or webhook name.
List returns a list of all webhook IDs, names and keys stored in Redis
Note: If you did not store the webhooks in Redis initially, this function will return an empty list
*/.
Matches webhook name and ID.
# Variables
No description provided by the author
# Structs
GitHubPayloadStruct struct for GitHub payload.