Documentation
¶
Index ¶
Constants ¶
View Source
const ( // installation events InstallationCreated = "created" InstallationDeleted = "deleted" // pull request events PullRequestOpened = "opened" PullRequestClosed = "closed" PullRequestSynchronize = "synchronize" )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(interactor controller.GithubAppEvents, opts ...Option) *handler
New は新しいWebhookのハンドラーを作成します。
Types ¶
Click to show internal directories.
Click to hide internal directories.