Skip to content

Instantly share code, notes, and snippets.

@njpatel
Created June 25, 2020 17:35
Show Gist options
  • Save njpatel/4738319b943b490b6d1a47a459a3302b to your computer and use it in GitHub Desktop.
Save njpatel/4738319b943b490b6d1a47a459a3302b to your computer and use it in GitHub Desktop.
package webhook
type Webhook struct {
type string `json:"type"`
payload json.RawMessage `json:"payload""`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment