Documentation ¶
Index ¶
- Variables
- func RenderList(results *github.UsersSearchResult)
- func RenderStats(username string, accType string, s *spinner.Spinner)
- func SetupContribsSparkline(user g.User) *widgets.SparklineGroup
- func SetupForksPerLangs(allRepos []*github.Repository, accType string) *widgets.BarChart
- func SetupImage(profileImg string, login string) (*widgets.Image, []image.Image)
- func SetupLangsByCommits(user g.User) *widgets.PieChart
- func SetupLangsByRepo(allRepos []*github.Repository, accType string) *widgets.PieChart
- func SetupOrgInfo(org g.Organization) *widgets.Paragraph
- func SetupOrgRepos(org g.Organization, allRepos []*github.Repository) *widgets.Paragraph
- func SetupOrgStats(org g.Organization, allRepos []*github.Repository) *widgets.Paragraph
- func SetupProfileInfo(user g.User) *widgets.Paragraph
- func SetupProfileStats(user g.User, allRepos []*github.Repository) *widgets.Paragraph
- func SetupReposStats(user g.User, allRepos []*github.Repository) *widgets.Paragraph
- func SetupStarsPerLangs(allRepos []*github.Repository, accType string) *widgets.BarChart
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Ctx, RestClient = r.AuthREST(token)
)
Functions ¶
func RenderList ¶
func RenderList(results *github.UsersSearchResult)
func SetupContribsSparkline ¶
func SetupContribsSparkline(user g.User) *widgets.SparklineGroup
func SetupForksPerLangs ¶
func SetupForksPerLangs(allRepos []*github.Repository, accType string) *widgets.BarChart
func SetupLangsByRepo ¶
func SetupLangsByRepo(allRepos []*github.Repository, accType string) *widgets.PieChart
func SetupOrgInfo ¶
func SetupOrgInfo(org g.Organization) *widgets.Paragraph
func SetupOrgRepos ¶
func SetupOrgRepos(org g.Organization, allRepos []*github.Repository) *widgets.Paragraph
func SetupOrgStats ¶
func SetupOrgStats(org g.Organization, allRepos []*github.Repository) *widgets.Paragraph
func SetupProfileStats ¶
func SetupReposStats ¶
func SetupStarsPerLangs ¶
func SetupStarsPerLangs(allRepos []*github.Repository, accType string) *widgets.BarChart
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.