events

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommitCommentEvent

type CommitCommentEvent struct {
	Action  *string                   `json:"action,omitempty"`
	Comment *github.RepositoryComment `json:"comment,omitempty"`
	Repo    *github.Repository        `json:"repository,omitempty"`
	Sender  *github.User              `json:"sender,omitempty"`
}

type CommitCommentEventHandler

type CommitCommentEventHandler interface {
	HandleCommitCommentEvent(rw http.ResponseWriter, r *http.Request, e *CommitCommentEvent)
}

type IssueCommentEvent

type IssueCommentEvent struct {
	Action  *string              `json:"action,omitempty"`
	Issue   *github.Issue        `json:"issue,omitempty"`
	Comment *github.IssueComment `json:"comment,omitempty"`
	Repo    *github.Repository   `json:"repository,omitempty"`
	Sender  *github.User         `json:"sender,omitempty"`
}

type IssueCommentEventHandler

type IssueCommentEventHandler interface {
	HandleIssueCommentEvent(rw http.ResponseWriter, r *http.Request, e *IssueCommentEvent)
}

type IssuesEvent

type IssuesEvent struct {
	Action *string            `json:"action,omitempty"`
	Issue  *github.Issue      `json:"issue,omitempty"`
	Label  *github.Label      `json:"label,omitempty"`
	Repo   *github.Repository `json:"repository,omitempty"`
	Sender *github.User       `json:"sender,omitempty"`
}

type IssuesEventHandler

type IssuesEventHandler interface {
	HandleIssuesEvent(rw http.ResponseWriter, r *http.Request, e *IssuesEvent)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL