Versions in this module Expand all Collapse all v0 v0.2.0 Apr 24, 2020 Changes in this version + type Direction struct + BackendConn *grpc.ClientConn + Done func(error) + Method string v0.1.0 Oct 10, 2019 Changes in this version + const XForwardedFor + func Codec() grpc.Codec + func CodecWithParent(fallback grpc.Codec) grpc.Codec + func CopyMetadata(ctx context.Context, serverCtx context.Context) context.Context + func RegisterService(server *grpc.Server, director StreamDirector, serviceName string, ...) + func RemoteIp(ctx context.Context) string + func TransparentHandler(director StreamDirector) grpc.StreamHandler + type DoneCallback func(error) + type StreamDirector func(ctx context.Context, method string) (context.Context, context.CancelFunc, *grpc.ClientConn, DoneCallback, error)