Codebase list golang-github-go-kit-kit / debian/0.6.0-2 endpoint / doc.go
debian/0.6.0-2

Tree @debian/0.6.0-2 (Download .tar.gz)

doc.go @debian/0.6.0-2

7e965c1
 
 
 
 
1
2
3
4
5
// Package endpoint defines an abstraction for RPCs.
//
// Endpoints are a fundamental building block for many Go kit components.
// Endpoints are implemented by servers, and called by clients.
package endpoint