package
0.0.0-20220406072248-f0734c7d4c2d
Repository: https://github.com/abserari/quicksilver.git
Documentation: pkg.go.dev

# Functions

Chain is a helper function for composing middlewares.
Nop is an endpoint that does nothing and returns a nil error.
NopM is an Middleware that does nothing and returns a nil error.

# Type aliases

Endpoint is the fundamental building block of servers and clients.
Middleware is a chainable behavior modifier for endpoints.