Documentation ¶
Overview ¶
Package state defines states for domain types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Review ¶
type Review int8
Review represents the possible states of a change review.
const ( ReviewPlus2 Review = +2 // Looks good to me, approved. ReviewPlus1 Review = +1 // Looks good to me, but someone else must approve. ReviewNoScore Review = 0 // No score, just a comment. ReviewMinus1 Review = -1 // I would prefer this is not merged as is, and here's why. ReviewMinus2 Review = -2 // This shall not be merged, and here's why. )
Click to show internal directories.
Click to hide internal directories.