Versions in this module Expand all Collapse all v1 v1.0.0 Mar 15, 2020 Changes in this version + func CheckGithubSecret(r *http.Request, githubSecret string) bool + type Author struct + Date time.Time + Email string + Name string + type Branch struct + Commit GitCommit + Name string + Protected bool + type Commit struct + Author UserAccount + CommentsURL string + Commit GithubCommit + Committer UserAccount + HTMLURL string + NodeID string + Parents []GitCommit + Sha string + URL string + type GitCommit struct + HTMLURL string + Sha string + URL string + type GitHubCommitHook struct + AvatarURL string + Branches []Branch + Commit Commit + Context string + CreatedAt time.Time + Description string + ID int64 + Name string + Repository Repository + Sender UserAccount + Sha string + State string + TargetURL string + UpdatedAt time.Time + type GithubCommit struct + Author Author + CommentCount int + Committer Author + Message string + Tree GitCommit + URL string + Verification Verification + type License struct + Key string + Name string + NodeID string + SpdxID string + URL string + type Repository struct + ArchiveURL string + Archived bool + AssigneesURL string + BlobsURL string + BranchesURL string + CloneURL string + CollaboratorsURL string + CommentsURL string + CommitsURL string + CompareURL string + ContentsURL string + ContributorsURL string + DefaultBranch string + DeploymentsURL string + Description string + Disabled bool + DownloadsURL string + EventsURL string + Fork bool + Forks int + ForksCount int + ForksURL string + FullName string + GitCommitsURL string + GitRefsURL string + GitTagsURL string + GitURL string + HTMLURL string + HasDownloads bool + HasIssues bool + HasPages bool + HasProjects bool + HasWiki bool + Homepage *string + HooksURL string + ID int + IssueCommentURL string + IssueEventsURL string + IssuesURL string + KeysURL string + LabelsURL string + Language string + LanguagesURL string + License License + MergesURL string + MilestonesURL string + MirrorURL *string + Name string + NodeID string + NotificationsURL string + OpenIssues int + OpenIssuesCount int + Owner UserAccount + Private bool + PullsURL string + ReleasesURL string + SSHURL string + Size int + StargazersCount int + StargazersURL string + StatusesURL string + SubscribersURL string + SubscriptionURL string + SvnURL string + TagsURL string + TeamsURL string + TreesURL string + URL string + UpdatedAt time.Time + Watchers int + WatchersCount int + type UserAccount struct + AvatarURL string + EventsURL string + FollowersURL string + FollowingURL string + GistsURL string + GravatarID string + HTMLURL string + ID int + Login string + NodeID string + OrganizationsURL string + ReceivedEventsURL string + ReposURL string + SiteAdmin bool + StarredURL string + SubscriptionsURL string + Type string + URL string + type Verification struct + Payload string + Reason string + Signature string + Verified bool + type WebhookReceiver struct