Documentation ¶
Index ¶
Constants ¶
View Source
const (
Name = "github"
)
Constants for github
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Account ¶
type Account struct { ID int `json:"id,omitempty"` Login string `json:"login,omitempty"` Name string `json:"name,omitempty"` AvatarURL string `json:"avatar_url,omitempty"` HTMLURL string `json:"html_url,omitempty"` }
Account defines properties an account on github has
type GClient ¶
type GClient struct {
// contains filtered or unexported fields
}
GClient implements a httpclient for github
Click to show internal directories.
Click to hide internal directories.