github

package
v0.0.0-...-69c2794 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

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

type Option

type Option func(*handler)

Option はサーバーのオプションを設定するための関数です。

func WithLogger

func WithLogger(l *slog.Logger) Option

WithLogger はロガーを設定するオプションです。

Jump to

Keyboard shortcuts

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