Documentation
¶
Index ¶
Constants ¶
View Source
const Id = "review_board"
View Source
const LocalConfigTemplate = `
#review_board:
# server_url: "https://review.example.com"
`
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶ added in v0.14.0
func NewFactory() common.CodeReviewToolFactory
Types ¶
type Config ¶
func LoadConfig ¶
type LocalConfig ¶
type LocalConfig struct { RB struct { ServerURL string `yaml:"server_url"` } `yaml:"review_board"` }
Click to show internal directories.
Click to hide internal directories.