Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GitHubHandler ¶
Types ¶
type Output ¶
type Output struct { UserName string `json:"username"` UserFollowerCount int `json:"userFollowerCount"` UserURL string `json:"userURL"` LastCommitTime string `json:"lastCommitTime"` LastCommitRepoName string `json:"lastCommitRepoName"` LastCommitRepoURL string `json:"lastCommitRepoURL"` LastCommitMessage string `json:"lastCommitMessage"` LastCommitURL string `json:"lastCommitURL"` }
Click to show internal directories.
Click to hide internal directories.