Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Payload ¶
type Payload struct { Owner string `json:"owner"` Repository string `json:"repository"` PullRequest int `json:"pull_request"` SHA string `json:"sha"` Name string `json:"name"` Description string `json:"description"` Body string `json:"body,omitempty"` Comments []*github.DraftReviewComment `json:"comments"` }
Click to show internal directories.
Click to hide internal directories.