handlers

package
v0.0.0-...-95eb953 Latest Latest
Warning

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

Go to latest
Published: May 28, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sender

type Sender interface {
	SendToKyma(eventType, sourceID, eventTypeVersion, eventID string, data json.RawMessage) apperrors.AppError
}

Sender is an interface used to allow mocking sending events to Kyma's event bus

type WebHookHandler

type WebHookHandler struct {
	// contains filtered or unexported fields
}

WebHookHandler is a struct used to allow mocking the github library methods

func NewWebHookHandler

func NewWebHookHandler(v git.Validator, s Sender) *WebHookHandler

NewWebHookHandler creates a new webhook handler with the passed interface

func (*WebHookHandler) HandleWebhook

func (wh *WebHookHandler) HandleWebhook(w http.ResponseWriter, r *http.Request)

HandleWebhook is a function that handles the /webhook endpoint.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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