Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RunReviewDecisionApprove represents an approval decision. RunReviewDecisionApprove = "APPROVE" // RunReviewDecisionReject represents a rejection decision. RunReviewDecisionReject = "REJECT" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunReviewDecision ¶
type RunReviewDecision string
RunReviewDecision represents the API RunReviewDecision enum.
Click to show internal directories.
Click to hide internal directories.