Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GerritURLPattern = regexp.MustCompile(`^(http|https)://(.*)$`)
)
Functions ¶
This section is empty.
Types ¶
type GerritProject ¶
type GerritProject struct {
Path string
Changes *[]glb.ChangeInfo
ReviewCount int
IncomingReviews []glb.ChangeInfo
OutgoingReviews []glb.ChangeInfo
// contains filtered or unexported fields
}
func NewGerritProject ¶
func NewGerritProject(path string, gerrit *glb.Client) *GerritProject
func (*GerritProject) Refresh ¶
func (project *GerritProject) Refresh(username string)
Refresh reloads the gerrit data via the Gerrit API
type Widget ¶
type Widget struct {
view.TextWidget
GerritProjects []*GerritProject
Idx int
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.