gitlab

package
v0.0.10 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2018 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const HelpText = `` /* 201-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

type GitlabProject

type GitlabProject struct {
	Path string

	MergeRequests []*glb.MergeRequest
	RemoteProject *glb.Project
	// contains filtered or unexported fields
}

func NewGitlabProject

func NewGitlabProject(name string, namespace string, gitlab *glb.Client) *GitlabProject

func (*GitlabProject) IssueCount

func (project *GitlabProject) IssueCount() int

func (*GitlabProject) MergeRequestCount

func (project *GitlabProject) MergeRequestCount() int

func (*GitlabProject) Refresh

func (project *GitlabProject) Refresh()

Refresh reloads the gitlab data via the Gitlab API

func (*GitlabProject) StarCount

func (project *GitlabProject) StarCount() int

type Widget

type Widget struct {
	wtf.TextWidget

	GitlabProjects []*GitlabProject
	Idx            int
	// contains filtered or unexported fields
}

func NewWidget

func NewWidget(app *tview.Application, pages *tview.Pages) *Widget

func (*Widget) Next

func (widget *Widget) Next()

func (*Widget) Prev

func (widget *Widget) Prev()

func (*Widget) Refresh

func (widget *Widget) Refresh()

Jump to

Keyboard shortcuts

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