Module payload

Module payload 

Source
Expand description

The payload module contains the types and conversions for the webhook payloads.

Structs§

IssueCommentPayload
IssueCommentPayload is a specialized version of Payload for the IssueComment event.
Payload
Payload represents the (JSON) payload of the webhook Github send us.

Enums§

Action
Action represents the action the Github webhook is send for.
Error
The errors that can occur interpreting the webhook payload.