package
1.72.0-dev
Repository: https://github.com/grpc/grpc-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
used for some language-specific variants.
Many languages support a basic distinction between using sync or async client, and this allows the specification.
Indicates that a client reached a server as a gRPCLB-given backend.
Indicates that a client reached a server via gRPCLB fallback.
Server didn't detect the route that a client took to reach it.
Return from HTTP GET/POST.
Start the HTTP endpoint.
Stop.
Default value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Compressable text format.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
used for some language-specific variants.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

BenchmarkService_ServiceDesc is the grpc.ServiceDesc for BenchmarkService service.
Enum value maps for ClientConfigureRequest_RpcType.
Enum value maps for ClientConfigureRequest_RpcType.
Enum value maps for ClientType.
Enum value maps for ClientType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Enum value maps for GrpclbRouteType.
Enum value maps for GrpclbRouteType.
Enum value maps for HookRequest_HookRequestCommand.
Enum value maps for HookRequest_HookRequestCommand.
HookService_ServiceDesc is the grpc.ServiceDesc for HookService service.
Enum value maps for LoadBalancerStatsResponse_MetadataType.
Enum value maps for LoadBalancerStatsResponse_MetadataType.
LoadBalancerStatsService_ServiceDesc is the grpc.ServiceDesc for LoadBalancerStatsService service.
Enum value maps for PayloadType.
Enum value maps for PayloadType.
ReconnectService_ServiceDesc is the grpc.ServiceDesc for ReconnectService service.
ReportQpsScenarioService_ServiceDesc is the grpc.ServiceDesc for ReportQpsScenarioService service.
Enum value maps for RpcType.
Enum value maps for RpcType.
Enum value maps for ServerType.
Enum value maps for ServerType.
TestService_ServiceDesc is the grpc.ServiceDesc for TestService service.
UnimplementedService_ServiceDesc is the grpc.ServiceDesc for UnimplementedService service.
WorkerService_ServiceDesc is the grpc.ServiceDesc for WorkerService service.
XdsUpdateClientConfigureService_ServiceDesc is the grpc.ServiceDesc for XdsUpdateClientConfigureService service.
XdsUpdateHealthService_ServiceDesc is the grpc.ServiceDesc for XdsUpdateHealthService service.

# Structs

TODO(dgq): Go back to using well-known types once https://github.com/grpc/grpc/issues/6980 has been fixed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Configurations for a test client.
Metadata to be attached for the given type of RPCs.
Response for updating a test client's configuration.
No description provided by the author
No description provided by the author
Once an RPC finishes, immediately start a new one.
No description provided by the author
No description provided by the author
No description provided by the author
A protobuf representation for grpc status.
An empty message that you can re-use to avoid defining duplicated empty messages in your project.
Histogram data based on grpc/support/histogram.c.
Histogram params based on grpc/support/histogram.c.
No description provided by the author
No description provided by the author
Request for retrieving a test client's accumulated stats.
Accumulated stats for RPCs sent by a test client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Request current stats.
No description provided by the author
A block of data, to simply increase gRPC message size.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parameters of poisson process distribution, which is a good representation of activity coming in from independent identical stationary sources.
For reconnect interop test only.
For reconnect interop test only.
No description provided by the author
Configuration for a particular response.
A single performance scenario: input to qps_json_driver.
Results of a single benchmark scenario.
Basic summary that can be computed from ClientStats and ServerStats once the scenario has finished.
A set of scenarios to be run with qps_json_driver.
presence of SecurityParams implies use of TLS.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Status that will be return to callers of the Hook method.
No description provided by the author
Unary request.
Unary response, as configured by the request.
Client-streaming request.
Client-streaming response.
Server-streaming request.
Server-streaming response, as configured by the request and parameters.
Metrics data the server will update and send to the client.
UnimplementedBenchmarkServiceServer must be embedded to have forward compatible implementations.
UnimplementedHookServiceServer must be embedded to have forward compatible implementations.
UnimplementedLoadBalancerStatsServiceServer must be embedded to have forward compatible implementations.
UnimplementedReconnectServiceServer must be embedded to have forward compatible implementations.
UnimplementedReportQpsScenarioServiceServer must be embedded to have forward compatible implementations.
UnimplementedTestServiceServer must be embedded to have forward compatible implementations.
UnimplementedUnimplementedServiceServer must be embedded to have forward compatible implementations.
UnimplementedWorkerServiceServer must be embedded to have forward compatible implementations.
UnimplementedXdsUpdateClientConfigureServiceServer must be embedded to have forward compatible implementations.
UnimplementedXdsUpdateHealthServiceServer must be embedded to have forward compatible implementations.
No description provided by the author

# Interfaces

BenchmarkServiceClient is the client API for BenchmarkService service.
BenchmarkServiceServer is the server API for BenchmarkService service.
HookServiceClient is the client API for HookService service.
HookServiceServer is the server API for HookService service.
LoadBalancerStatsServiceClient is the client API for LoadBalancerStatsService service.
LoadBalancerStatsServiceServer is the server API for LoadBalancerStatsService service.
ReconnectServiceClient is the client API for ReconnectService service.
ReconnectServiceServer is the server API for ReconnectService service.
ReportQpsScenarioServiceClient is the client API for ReportQpsScenarioService service.
ReportQpsScenarioServiceServer is the server API for ReportQpsScenarioService service.
TestServiceClient is the client API for TestService service.
TestServiceServer is the server API for TestService service.
UnimplementedServiceClient is the client API for UnimplementedService service.
UnimplementedServiceServer is the server API for UnimplementedService service.
UnsafeBenchmarkServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeHookServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeLoadBalancerStatsServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeReconnectServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeReportQpsScenarioServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeTestServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeUnimplementedServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeWorkerServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeXdsUpdateClientConfigureServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeXdsUpdateHealthServiceServer may be embedded to opt out of forward compatibility for this service.
WorkerServiceClient is the client API for WorkerService service.
WorkerServiceServer is the server API for WorkerService service.
XdsUpdateClientConfigureServiceClient is the client API for XdsUpdateClientConfigureService service.
XdsUpdateClientConfigureServiceServer is the server API for XdsUpdateClientConfigureService service.
XdsUpdateHealthServiceClient is the client API for XdsUpdateHealthService service.
XdsUpdateHealthServiceServer is the server API for XdsUpdateHealthService service.

# Type aliases

Type of RPCs to send.
No description provided by the author
The type of route that a client took to reach a server w.r.t.
No description provided by the author
No description provided by the author
The type of payload that should be returned.
No description provided by the author
No description provided by the author