Versions in this module Expand all Collapse all v0 v0.1.15 Jul 17, 2021 v0.1.14 Jul 17, 2021 Changes in this version + func RegisterService(server *grpc.Server, director StreamDirector, serviceName string, ...) + func TransparentHandler(director StreamDirector) grpc.StreamHandler + type StreamDirector func(ctx context.Context, fullMethodName string) (context.Context, grpc.ClientConnInterface, error)