gitWebhookPlugin

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2022 License: Apache-2.0 Imports: 0 Imported by: 3

README

git-webhook-plugin

Plugin interface for git-webhook-lambda plugins

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event interface {
	Data() []byte
	Name() string
	RepositoryFullName() string
	BranchNames() []string
}

type GitWebhookPlugin

type GitWebhookPlugin interface {
	Attributes() map[string]string
	Event() Event
	EventType() string
	GitUrl() string
	GitBranches() []string
}

Jump to

Keyboard shortcuts

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