package
0.0.0-20211116124531-e18c82edc2f9
Repository: https://github.com/go-kit/examples.git
Documentation: pkg.go.dev

# Functions

MakeThriftConcatEndpoint returns an endpoint that invokes the passed Thrift client.
MakeThriftSumEndpoint returns an endpoint that invokes the passed Thrift client.
NewGRPCClient returns an AddService backed by a gRPC server at the other end of the conn.
NewGRPCServer makes a set of endpoints available as a gRPC AddServer.
NewHTTPClient returns an AddService backed by an HTTP server living at the remote instance.
NewHTTPHandler returns an HTTP handler that makes a set of endpoints available on predefined paths.
NewJSONRPCClient returns an addservice backed by a JSON RPC over HTTP server living at the remote instance.
NewJSONRPCHandler returns a JSON RPC Server/Handler that can be passed to http.Handle().
NewThriftClient returns an AddService backed by a Thrift server described by the provided client.
NewThriftServer makes a set of endpoints available as a Thrift service.