package
4.5.1+incompatible
Repository: https://github.com/sourcegraph/sourcegraph.git
Documentation: pkg.go.dev
# Functions
UnmarshalEvent unmarshals the given JSON into an event type.
# Constants
No description provided by the author
# Variables
No description provided by the author
# Structs
EventCommon contains fields that are common to all webhook event types.
No description provided by the author
No description provided by the author
No description provided by the author
MergeRequestEventCommon is the common type that underpins the types defined for specific merge request actions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PushEvent represents a push to a repository.
# Interfaces
MergeRequestEventCommonContainer is a common interface for types that embed MergeRequestEvent to provide a method that can return the embedded MergeRequestEvent.
UpsertableWebhookEvent is a common interface for types that embed ToEvent to provide a method that can return a changeset event derived from the webhook payload.