package grpc
import "github.com/go-kit/kit/examples/addsvc/client/grpc"
Package grpc provides a gRPC client for the add service.
Index ¶
Functions ¶
func New ¶
func New(conn *grpc.ClientConn, tracer stdopentracing.Tracer, logger log.Logger) addsvc.Service
New returns an AddService backed by a gRPC client connection. It is the responsibility of the caller to dial, and later close, the connection.
Source Files ¶
- Version
- v0.5.0
- Published
- Jun 8, 2017
- Platform
- darwin/amd64
- Imports
- 13 packages
- Last checked
- 10 minutes ago –
Tools for package owners.