Versions in this module Expand all Collapse all v1 v1.1.0 Nov 25, 2019 v1.0.0 Nov 25, 2019 Changes in this version + type Author struct + Email string + Name string + Username string + type Commit struct + Added []interface{} + Author Author + Committer Author + Distinct bool + ID string + Message string + Modified []string + Removed []interface{} + Timestamp string + TreeID string + URL string + type License struct + Key string + Name string + NodeID string + SpdxID string + URL string + type Pusher struct + Email string + Name 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 + CreatedAt int64 + DefaultBranch string + DeploymentsURL string + Description interface{} + Disabled bool + DownloadsURL string + EventsURL string + Fork bool + Forks int64 + ForksCount int64 + 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 interface{} + HooksURL string + ID int64 + IssueCommentURL string + IssueEventsURL string + IssuesURL string + KeysURL string + LabelsURL string + Language string + LanguagesURL string + License License + MasterBranch string + MergesURL string + MilestonesURL string + MirrorURL interface{} + Name string + NodeID string + NotificationsURL string + OpenIssues int64 + OpenIssuesCount int64 + Owner Sender + Private bool + PullsURL string + PushedAt int64 + ReleasesURL string + SSHURL string + Size int64 + Stargazers int64 + StargazersCount int64 + StargazersURL string + StatusesURL string + SubscribersURL string + SubscriptionURL string + SvnURL string + TagsURL string + TeamsURL string + TreesURL string + URL string + UpdatedAt string + Watchers int64 + WatchersCount int64 + type Sender struct + AvatarURL string + Email *string + EventsURL string + FollowersURL string + FollowingURL string + GistsURL string + GravatarID string + HTMLURL string + ID int64 + Login string + Name *string + NodeID string + OrganizationsURL string + ReceivedEventsURL string + ReposURL string + SiteAdmin bool + StarredURL string + SubscriptionsURL string + Type string + URL string + type Webhook struct + Timeout time.Duration + func NewWebhook(j core.Job) *Webhook + func (wb *Webhook) ServeHTTP(w http.ResponseWriter, r *http.Request)