Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModuleId = "salsaflow.modules.codereview.reviewboard" ModuleKind = loader.ModuleKindCodeReview )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalConfig ¶
type LocalConfig struct {
ServerURL string `prompt:"server URL of the Review Board server" json:"server_url"`
}
func (*LocalConfig) PromptUserForConfig ¶
func (local *LocalConfig) PromptUserForConfig() error
PromptUserForConfig is a part of loader.ConfigContainer interface.
func (*LocalConfig) Validate ¶
func (local *LocalConfig) Validate(sectionPath string) error
Validate implements loader.Validator interface.
Click to show internal directories.
Click to hide internal directories.