handler

package
v0.0.0-...-2682498 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2020 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InternalError

func InternalError(w http.ResponseWriter, event interface{}, err error)

func Main

func Main(h func(context.Context) Interface)

func ParseGithubData

func ParseGithubData(payload []byte, eventType string) (interface{}, error)

func ParseGithubWebhook

func ParseGithubWebhook(w http.ResponseWriter, r *http.Request) interface{}

func Send

func Send(resp Response) error

Types

type Continuation

type Continuation struct {
	Type   string
	Source string
	Data   []byte
}

func ToContinuation

func ToContinuation(r Response) (*Continuation, error)

func (*Continuation) AsResponse

func (c *Continuation) AsResponse() Response

type Interface

type Interface interface {
	GetType() interface{}
	Handle(context.Context, interface{}) (Response, error)
}

type Response

type Response interface {
	GetType() string
	GetSource() string
}

Jump to

Keyboard shortcuts

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