Versions in this module Expand all Collapse all v0 v0.5.0 Jun 8, 2017 v0.4.0 Mar 6, 2017 Changes in this version + func GetConsumedCorrelationID(ctx context.Context) string + func NewBinding(svc Service) *serverBinding + func SetCorrelationID(ctx context.Context, v string) context.Context + type Service interface + Test func(ctx context.Context, a string, b int64) (context.Context, string, error) + func NewClient(cc *grpc.ClientConn) Service + func NewService() Service + type TestRequest struct + A string + B int64 + type TestResponse struct + Ctx context.Context + V string