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

client.go

Version
v0.4.0
Published
Mar 6, 2017
Platform
linux/amd64
Imports
13 packages
Last checked
1 hour ago

Tools for package owners.