Documentation
¶
Index ¶
Constants ¶
View Source
const HelpText = `` /* 229-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubRepo ¶
type GithubRepo struct {
Name string
Owner string
PullRequests []*ghb.PullRequest
RemoteRepo *ghb.Repository
// contains filtered or unexported fields
}
func NewGithubRepo ¶
func NewGithubRepo(name, owner string) *GithubRepo
func (*GithubRepo) IssueCount ¶ added in v0.0.4
func (repo *GithubRepo) IssueCount() int
func (*GithubRepo) PullRequestCount ¶ added in v0.0.4
func (repo *GithubRepo) PullRequestCount() int
func (*GithubRepo) Refresh ¶ added in v0.0.4
func (repo *GithubRepo) Refresh()
Refresh reloads the github data via the Github API
func (*GithubRepo) StarCount ¶ added in v0.0.4
func (repo *GithubRepo) StarCount() int
type Widget ¶
type Widget struct {
wtf.TextWidget
GithubRepos []*GithubRepo
Idx int
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.