checks

package
v0.0.0-...-5e23df6 Latest Latest
Warning

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

Go to latest
Published: May 20, 2016 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrEmpty = errors.New("Empty string")

Functions

func Run

func Run(listenOn string)

Types

type APIService

type APIService interface {
	Handle(context.Context, interface{}) (output interface{}, err error)
	Process(interface{}) (interface{}, error)
}

type ApiGatewayService

type ApiGatewayService interface {
	Adapt(interface{}) (interface{}, error)
	Enrich(interface{}) (interface{}, error)
}

type Middleware

type Middleware func(endpoint.Endpoint) endpoint.Endpoint

type ReturnData

type ReturnData interface{}

type ServiceMiddleware

type ServiceMiddleware func(adapt.AdaptService) adapt.AdaptService

Jump to

Keyboard shortcuts

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