Codebase list golang-github-go-kit-kit / 3b9658d9-4065-4804-9af8-16961c419f60/v0.9.0 endpoint / doc.go
3b9658d9-4065-4804-9af8-16961c419f60/v0.9.0

Tree @3b9658d9-4065-4804-9af8-16961c419f60/v0.9.0 (Download .tar.gz)

doc.go @3b9658d9-4065-4804-9af8-16961c419f60/v0.9.0

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