Versions in this module Expand all Collapse all v0 v0.0.10 Jun 28, 2018 Changes in this version + const HelpText + var GerritURLPattern = regexp.MustCompile(`^(http|https)://(.*)$`) + type GerritProject struct + Changes *[]glb.ChangeInfo + Path string + func NewGerritProject(path string, gerrit *glb.Client) *GerritProject + func (project *GerritProject) IssueCount() int + func (project *GerritProject) Refresh() + func (project *GerritProject) ReviewCount() int + type Widget struct + GerritProjects []*GerritProject + Idx int + func NewWidget(app *tview.Application, pages *tview.Pages) *Widget + func (widget *Widget) Next() + func (widget *Widget) Prev() + func (widget *Widget) Refresh()