Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventService ¶
type EventService interface {
// Event is the rpc which receives webhook events.
Event(
ctx context.Context,
event v1alpha1.WebhookEvent,
payload *v1alpha11.EventPayload,
) (err error)
}
EventService is the service which receives webhook events from Buf.
Click to show internal directories.
Click to hide internal directories.