Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubAPIEndPoints ¶
type GitHubPATLimits ¶
type GitHubPATLimits struct {
Rate Limits `json:"rate"`
}
type GitHubRepository ¶
type GitHubRepository 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"`
}
type GitHubUser ¶
type GitHubUser struct {
Username string `json:"login"`
Url string `json:"url"`
ProfileUrl string `json:"html_url"`
ReposUrl string `json:"repos_url"`
EventsUrl string `json:"events_url"`
ReceivedEventsUrl string `json:"received_events_url"`
Type string `json:"type"`
Admin bool `json:"site_admin"`
}
type MonitorRepositoryData ¶
type ReportFileNames ¶
type SlackPayload ¶
type SlackPayload struct {
Text string `json:"text"`
}
Click to show internal directories.
Click to hide internal directories.