Documentation
¶
Index ¶
Constants ¶
View Source
const HelpText = `` /* 229-byte string literal not displayed */
Variables ¶
View Source
var Config *config.Config
Config is a pointer to the global config object
Functions ¶
This section is empty.
Types ¶
type GithubRepo ¶
type GithubRepo struct {
Name string
Owner string
PullRequests []*ghb.PullRequest
// contains filtered or unexported fields
}
func NewGithubRepo ¶
func NewGithubRepo(name, owner string) *GithubRepo
func (*GithubRepo) Repository ¶
func (repo *GithubRepo) Repository() (*ghb.Repository, error)
type Widget ¶
type Widget struct {
wtf.TextWidget
Data []*GithubRepo
Idx int
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.