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

# Packages

No description provided by the author
Package grpc_testing is a generated protocol buffer package.
No description provided by the author

# Functions

DoCancelAfterBegin cancels the RPC after metadata has been sent but before payloads are sent.
DoCancelAfterFirstResponse cancels the RPC after receiving the first message from the server.
DoClientStreaming performs a client streaming RPC.
DoComputeEngineCreds performs a unary RPC with compute engine auth.
DoCustomMetadata checks that metadata is echoed back to the client.
DoEmptyStream sets up a bi-directional streaming with zero message.
DoEmptyUnaryCall performs a unary RPC with empty request and response messages.
DoJWTTokenCreds performs a unary RPC with JWT token auth.
DoLargeUnaryCall performs a unary RPC with large payload in the request and response.
DoOauth2TokenCreds performs a unary RPC with OAUTH2 token auth.
DoPerRPCCreds performs a unary RPC with per RPC OAUTH2 token.
DoPingPong performs ping-pong style bi-directional streaming RPC.
DoServerStreaming performs a server streaming RPC.
DoServiceAccountCreds performs a unary RPC with service account auth.
DoStatusCodeAndMessage checks that the status code is propagated back to the client.
DoTimeoutOnSleepingServer performs an RPC on a sleep server which causes RPC timeout.
DoUnimplementedMethod attempts to call an unimplemented method.
DoUnimplementedService attempts to call a method from an unimplemented service.
GetToken obtains an OAUTH token from the input.
NewTestServer creates a test server for test service.