package
0.0.0-20171009231159-a11eda293c5f
Repository: https://github.com/codelingo/kit.git
Documentation: pkg.go.dev
# Functions
Chain is a helper function for composing middlewares.
# Variables
ErrBadCast indicates an unexpected concrete request or response struct was received from an endpoint.
ErrContextCanceled indicates the request context was canceled.
# Type aliases
Endpoint is the fundamental building block of servers and clients.
Middleware is a chainable behavior modifier for endpoints.