1
0
mirror of https://github.com/go-kit/kit.git synced 2026-04-26 20:41:58 +02:00
Files
2016-06-24 16:22:15 +00:00

6 lines
211 B
Go

// 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