package
0.13.0
Repository: https://github.com/go-kit/kit.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.

# Interfaces

Failer may be implemented by Go kit response types that contain business logic error details.

# Type aliases

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