Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAppClient ¶
Types ¶
type CreateReviewersPayload ¶
type EditIssueCommentPayload ¶
type Github ¶
type Github interface {
// けす
Verify(r *http.Request, secret []byte) ([]byte, error)
// けす
ParseWebHook(r *http.Request, payload []byte) (interface{}, error)
CreateReviewers(payload *CreateReviewersPayload) (*github.PullRequest, *github.Response, error)
EditIssueComment(payload *EditIssueCommentPayload) (*github.IssueComment, *github.Response, error)
}
type RequestValidator ¶
func NewGithubValidator ¶
func NewGithubValidator() RequestValidator
Click to show internal directories.
Click to hide internal directories.