Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
func NewContext ¶
type Options ¶
type Options struct {
IgnoreComments *common.Actors `json:"ignore_comments"`
IgnoreReviews *common.Actors `json:"ignore_reviews"`
AddComments []Comment `json:"add_comments"`
AddReviews []Review `json:"add_reviews"`
BaseBranch string `json:"base_branch"`
}
Options should contain optional data that can be used to modify the results of the methods on the simulated Context.
Click to show internal directories.
Click to hide internal directories.