mirror of
https://github.com/go-kit/kit.git
synced 2026-04-26 20:41:58 +02:00
6 lines
211 B
Go
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
|