Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHub ¶
type GitHub struct {
Client Client
}
func (*GitHub) DoGetColor ¶
func (github *GitHub) DoGetColor(username string) (error, []models.GitHubLang)
type GithubClientImpl ¶
type GithubClientImpl struct { }
func (*GithubClientImpl) CallApi ¶
func (client *GithubClientImpl) CallApi(username string) (error, *models.Query)
func (*GithubClientImpl) GetColor ¶
func (client *GithubClientImpl) GetColor(username string) (error, []models.GitHubLang)
Click to show internal directories.
Click to hide internal directories.