Documentation ¶
Overview ¶
Package internal contains gRPC-internal code for testing, to avoid polluting the godoc of the top-level grpc package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TestingCloseConns func(grpcServer interface{})
TestingCloseConns closes all existing transports but keeps grpcServer.lis accepting new connections.
The provided grpcServer must be of type *grpc.Server. It is untyped for circular dependency reasons.
View Source
var TestingUseHandlerImpl func(grpcServer interface{})
TestingUseHandlerImpl enables the http.Handler-based server implementation. It must be called before Serve and requires TLS credentials.
The provided grpcServer must be of type *grpc.Server. It is untyped for circular dependency reasons.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.