Documentation
¶
Index ¶
Constants ¶
View Source
const (
Name = "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"`
Type string `json:"type,omitempty"`
}
Account defines properties an account on github has
Click to show internal directories.
Click to hide internal directories.