Documentation
¶
Index ¶
- Variables
- func CheckPatLimit()
- func Connecter()
- func GetData()
- func GetNewRepos() (diff []string)
- func GetResponse(ghURL string, auth bool, params map[string]string) ([]byte, int)
- func GetUsers() (jsonData []byte)
- func GetUsersRepos() (jsonData []byte)
- type Limits
- type Rate
- type Repo
- type RepoURL
- type Repos
- type Users
Constants ¶
This section is empty.
Variables ¶
View Source
var Summery map[string]interface{}
Functions ¶
func CheckPatLimit ¶
func CheckPatLimit()
func GetNewRepos ¶
func GetNewRepos() (diff []string)
func GetResponse ¶
func GetUsersRepos ¶
func GetUsersRepos() (jsonData []byte)
Types ¶
type Repo ¶
type Repo struct {
FullName string `json:"full_name"`
Private bool `json:"private"`
HtmlURL string `json:"html_url"`
Description string `json:"description"`
Fork bool `json:"fork"`
Created string `json:"created_at"`
Updated string `json:"updated_at"`
Push string `json:"pushed_at"`
CloneURL string `json:"clone_url"`
Visiability string `json:"visibility"`
}
Click to show internal directories.
Click to hide internal directories.