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.3.0
Published
Nov 15, 2016
Platform
js/wasm
Imports
13 packages
Last checked
4 days ago

Tools for package owners.