package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Apr 7, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewClient returns a new github client.
type Event struct {
Issue Issue `json:"issue"`
PullRequest PullRequest `json:"pull_request"`
}
Event entity.
GetEvent from GITHUB_EVENT_PATH.
type Issue struct {
Number int `json:"number"`
}
Issue entity.
type PullRequest struct {
Number int `json:"number"`
}
PullRequest entity.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.