package
2.1.0+incompatible
Repository: https://github.com/go-playground/webhooks.git
Documentation: pkg.go.dev

# Functions

New creates and returns a WebHook instance denoted by the Provider type.

# Constants

GitLab hook types.
GitLab hook types.
GitLab hook types.
GitLab hook types.
GitLab hook types.
GitLab hook types.
GitLab hook types.
GitLab hook types.

# Structs

ArtifactsFile contais all of the GitLab artifact information.
Assignee contais all of the GitLab assignee information.
Author contais all of the GitLab author information.
Build contais all of the GitLab build information.
BuildCommit contais all of the GitLab build commit information.
BuildEventPayload contains the information for GitLab's build status change event.
CommentEventPayload contains the information for GitLab's comment event.
Commit contais all of the GitLab commit information.
Config defines the configuration to create a new GitHub Webhook instance.
Issue contais all of the GitLab issue information.
IssueEventPayload contains the information for GitLab's issue event.
LastCommit contais all of the GitLab last commit information.
MergeRequest contais all of the GitLab merge request information.
MergeRequestEventPayload contains the information for GitLab's merge request event.
ObjectAttributes contais all of the GitLab object attributes information.
PipelineEventPayload contains the information for GitLab's pipeline status change event.
Project contais all of the GitLab project information.
PushEventPayload contains the information for GitLab's push event.
Repository contais all of the GitLab repository information.
Snippet contais all of the GitLab snippet information.
Source contais all of the GitLab source information.
StDiff contais all of the GitLab diff information.
TagEventPayload contains the information for GitLab's tag push event.
Target contais all of the GitLab target information.
User contais all of the GitLab user information.
Webhook instance contains all methods needed to process events.
Wiki contais all of the GitLab wiki information.
WikiPageEventPayload contains the information for GitLab's wiki created/updated event.

# Type aliases

Event defines a GitHub hook event type.