Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultReviewIssueLabel = "review"
View Source
const Id = "github"
Variables ¶
This section is empty.
Functions ¶
func Factory ¶
func Factory() (common.CodeReviewTool, error)
Types ¶
type Config ¶
func LoadConfig ¶
type GlobalConfig ¶
type GlobalConfig struct {
GitHub struct {
Token string `yaml:"token"`
} `yaml:"github"`
}
type LocalConfig ¶
type LocalConfig struct {
GitHub struct {
ReviewLabel string `yaml:"review_issue_label"`
} `yaml:"github"`
}
Click to show internal directories.
Click to hide internal directories.