Codebase list golang-github-go-kit-kit / 1bace3b
Merge pull request #134 from threeaccents/patch-1 Update README.md Peter Bourgon 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
482482
483483 ### Client-side endpoints
484484
485 We've got exactly the same endpoint we already know about, but we'll use it invoke, rather than serve, a request.
485 We've got exactly the same endpoint we already know about, but we'll use it to invoke, rather than serve, a request.
486486 When used this way, we call it a _client_ endpoint.
487487 And to invoke the client endpoint, we just do some simple conversions.
488488