pipeline

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// BeforeHandler contains the functions to be called before the handler method is executed
	BeforeHandler = &pipelineChannel{}
	// AfterHandler contains the functions to be called after the handler method is executed
	AfterHandler = &pipelineChannel{}
)

Functions

This section is empty.

Types

type Handler

type Handler func(ctx context.Context, in []byte) (out []byte, err error)

Handler is a function that has the same signature as a handler and will be called before or after handler methods

Jump to

Keyboard shortcuts

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