Codebase list golang-github-go-kit-kit / 1584b7d endpoint / doc.go
1584b7d

Tree @1584b7d (Download .tar.gz)

doc.go @1584b7draw · history · blame

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