package
0.0.0-20220323145737-0f28e9b696eb
Repository: https://github.com/linger1216/go-utils.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.

# Type aliases

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