Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 Changes in this version + func CommitCommentEventJSON() string + func CreateEventJSON() string + func DeleteEventJSON() string + func DeploymentEventJSON() string + func DeploymentStatusEventJSON() string + func ForkEventJSON() string + func GollumEventJSON() string + func IssueCommentEventJSON() string + func IssuesEventJSON() string + func MemberEventJSON() string + func MembershipEventJSON() string + func PageBuildEventJSON() string + func PublicEventJSON() string + func PullRequestEventJSON() string + func PullRequestReviewCommentEventJSON() string + func PushEventJSON() string + func ReleaseEventJSON() string + func RepositoryEventJSON() string + func StatusEventJSON() string + func TeamAddEventJSON() string + func WatchEventJSON() string + type CommitComment struct + Body string + Commit string + type CommitCommentEvent struct + Comment CommitComment + Repository Repository + Sender Sender + func (s CommitCommentEvent) NewPoint() *client.Point + type CreateEvent struct + Ref string + RefType string + Repository Repository + Sender Sender + func (s CreateEvent) NewPoint() *client.Point + type DeleteEvent struct + Ref string + RefType string + Repository Repository + Sender Sender + func (s DeleteEvent) NewPoint() *client.Point + type Deployment struct + Commit string + Description string + Environment string + Task string + type DeploymentEvent struct + Deployment Deployment + Repository Repository + Sender Sender + func (s DeploymentEvent) NewPoint() *client.Point + type DeploymentStatus struct + Description string + State string + type DeploymentStatusEvent struct + Deployment Deployment + DeploymentStatus DeploymentStatus + Repository Repository + Sender Sender + func (s DeploymentStatusEvent) NewPoint() *client.Point + type Event interface + NewPoint func() *client.Point + func NewEvent(r []byte, t string) (Event, error) + type ForkEvent struct + Forkee Repository + Repository Repository + Sender Sender + func (s ForkEvent) NewPoint() *client.Point + type GithubWebhooks struct + ServiceAddress string + func NewGithubWebhooks() *GithubWebhooks + func (gh *GithubWebhooks) Description() string + func (gh *GithubWebhooks) Gather(acc inputs.Accumulator) error + func (gh *GithubWebhooks) Listen() + func (gh *GithubWebhooks) SampleConfig() string + func (gh *GithubWebhooks) Start() error + func (gh *GithubWebhooks) Stop() + type GollumEvent struct + Pages []Page + Repository Repository + Sender Sender + func (s GollumEvent) NewPoint() *client.Point + type Issue struct + Comments int + Number int + Title string + type IssueComment struct + Body string + type IssueCommentEvent struct + Comment IssueComment + Issue Issue + Repository Repository + Sender Sender + func (s IssueCommentEvent) NewPoint() *client.Point + type IssuesEvent struct + Action string + Issue Issue + Repository Repository + Sender Sender + func (s IssuesEvent) NewPoint() *client.Point + type MemberEvent struct + Member Sender + Repository Repository + Sender Sender + func (s MemberEvent) NewPoint() *client.Point + type MembershipEvent struct + Action string + Member Sender + Sender Sender + Team Team + func (s MembershipEvent) NewPoint() *client.Point + type Page struct + Action string + Name string + Title string + type PageBuildEvent struct + Repository Repository + Sender Sender + func (s PageBuildEvent) NewPoint() *client.Point + type PublicEvent struct + Repository Repository + Sender Sender + func (s PublicEvent) NewPoint() *client.Point + type PullRequest struct + Additions int + ChangedFiles int + Comments int + Commits int + Deletions int + Number int + State string + Title string + type PullRequestEvent struct + Action string + PullRequest PullRequest + Repository Repository + Sender Sender + func (s PullRequestEvent) NewPoint() *client.Point + type PullRequestReviewComment struct + Comment string + File string + type PullRequestReviewCommentEvent struct + Comment PullRequestReviewComment + PullRequest PullRequest + Repository Repository + Sender Sender + func (s PullRequestReviewCommentEvent) NewPoint() *client.Point + type PushEvent struct + After string + Before string + Ref string + Repository Repository + Sender Sender + func (s PushEvent) NewPoint() *client.Point + type Release struct + TagName string + type ReleaseEvent struct + Release Release + Repository Repository + Sender Sender + func (s ReleaseEvent) NewPoint() *client.Point + type Repository struct + Forks int + Issues int + Private bool + Repository string + Stars int + type RepositoryEvent struct + Repository Repository + Sender Sender + func (s RepositoryEvent) NewPoint() *client.Point + type Sender struct + Admin bool + User string + type StatusEvent struct + Commit string + Repository Repository + Sender Sender + State string + func (s StatusEvent) NewPoint() *client.Point + type Team struct + Name string + type TeamAddEvent struct + Repository Repository + Sender Sender + Team Team + func (s TeamAddEvent) NewPoint() *client.Point + type WatchEvent struct + Repository Repository + Sender Sender + func (s WatchEvent) NewPoint() *client.Point