package internal
import "google.golang.org/grpc/internal"
Package internal contains gRPC-internal code for testing, to avoid polluting the godoc of the top-level grpc package.
Index ¶
Variables ¶
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.
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.
Source Files ¶
internal.go
- Version
- v1.0.1-GA
- Published
- Aug 19, 2016
- Platform
- linux/amd64
- Last checked
- 3 minutes ago –
Tools for package owners.