Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCheckCmd ¶
Types ¶
type AutoContent ¶
type AutoContent struct {
Description string
Satisfied bool
ConditionDetails string
RequirementDetails string
}
These structures contain the necessary information to generate the bot's comment from the template file.
type CommentContent ¶
type CommentContent struct {
AutoRules []AutoContent
ManualRules []ManualContent
AutoAllSatisfied bool
ManualAllSatisfied bool
ForceSkip bool
}
Click to show internal directories.
Click to hide internal directories.