...

Source file src/github.com/go-kit/kit/endpoint/doc.go

Documentation: github.com/go-kit/kit/endpoint

     1  // Package endpoint defines an abstraction for RPCs.
     2  //
     3  // Endpoints are a fundamental building block for many Go kit components.
     4  // Endpoints are implemented by servers, and called by clients.
     5  package endpoint
     6  

View as plain text