Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubEvent ¶
type GitHubEvent struct {
Repository *GitHubRepository `json:"repository"`
Sender *GitHubUser `json:"sender"`
}
func ParseGitHubEvent ¶
func ParseGitHubEvent(payload []byte) (*GitHubEvent, error)
type GitHubRepository ¶
type GitHubRepository struct {
Name string `json:"name"`
Owner *GitHubUser `json:"owner"`
}
type GitHubUser ¶
Click to show internal directories.
Click to hide internal directories.