reviewboard

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2015 License: MIT Imports: 17 Imported by: 0

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

type Config interface {
	ServerURL() *url.URL
}

func LoadConfig

func LoadConfig() (Config, error)

type LocalConfig

type LocalConfig struct {
	RB struct {
		ServerURL string `yaml:"server_url"`
	} `yaml:"review_board"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL