//
pkg.gl
Category
github.com/cloudpbx/kit
endpoint
package
0.7.0
Repository:
https://github.com/cloudpbx/kit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
14 SLOC
#
Functions
Chain
Chain is a helper function for composing middlewares.
Nop
Nop is an endpoint that does nothing and returns a nil error.
#
Type aliases
Endpoint
Endpoint is the fundamental building block of servers and clients.
Middleware
Middleware is a chainable behavior modifier for endpoints.