Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeReviewsPostRequestBody_event ¶
func SerializeReviewsPostRequestBody_event(values []ReviewsPostRequestBody_event) []string
Types ¶
type ReviewsPostRequestBody_event ¶
type ReviewsPostRequestBody_event int
The review action you want to perform. The review actions include: `APPROVE`, `REQUEST_CHANGES`, or `COMMENT`. By leaving this blank, you set the review action state to `PENDING`, which means you will need to [submit the pull request review](https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request) when you are ready.
const ( APPROVE_REVIEWSPOSTREQUESTBODY_EVENT ReviewsPostRequestBody_event = iota REQUEST_CHANGES_REVIEWSPOSTREQUESTBODY_EVENT COMMENT_REVIEWSPOSTREQUESTBODY_EVENT )
func (ReviewsPostRequestBody_event) String ¶
func (i ReviewsPostRequestBody_event) String() string
Click to show internal directories.
Click to hide internal directories.