package
0.0.0-20160824201916-b56afce8e8af
Repository: https://github.com/30x/gozerian.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DefaultErrorHanderFunc for now just sends the error to the client.
DefinePipeFromReader returns a Pipe Definition as defined in the yaml Reader.
No description provided by the author
No description provided by the author
DefinePipe returns a Pipe Definition defined by the passed handlers.
NewFitting creates a fitting from a registered Die.
RegisterDie associates a Die with an id.
RegisterDies associates multiple Dies with ids.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

Control contains control and context for a Pipe instance.
Definition of a pipe.
Fitting is a function in a Pipe.
No description provided by the author
Logger represents the logging interface.
Pipe runs a series of request and response handlers.

# Type aliases

Die is a factory to create Fittings.
ErrorHandlerFunc is a function called to handle an error in a Pipe.
No description provided by the author
ExtraData is just an open map for storing stuff.
ResponseHandlerFunc is the part of the Pipe that handles responses.