handlers

package
v0.2.0-demo Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2019 License: Apache-2.0 Imports: 7 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, eventTypeVersion, eventID, sourceID string, data json.RawMessage) apperrors.AppError
}

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

type Validator

type Validator interface {
	ValidatePayload(*http.Request, []byte) ([]byte, apperrors.AppError)
	ParseWebHook(string, []byte) (interface{}, apperrors.AppError)
	GetToken() string
}

Validator is an interface used to allow mocking the github library methods

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 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