Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateProfile ¶
func GenerateProfile(username string) ([]Profile, []PrRepository)
Types ¶
type PrRepository ¶
type PrRepository struct {
Name string
Url string
Description string
Language string
State string
Created string
Count int
}
func (PrRepository) CountUrl ¶
func (p PrRepository) CountUrl(username string) string
func (PrRepository) FullName ¶
func (p PrRepository) FullName() string
Click to show internal directories.
Click to hide internal directories.