fix the space
This commit is contained in:
@ -71,9 +71,9 @@ var (
|
|||||||
ping_pong : full-duplex streaming;
|
ping_pong : full-duplex streaming;
|
||||||
empty_stream : full-duplex streaming with zero message;
|
empty_stream : full-duplex streaming with zero message;
|
||||||
timeout_on_sleeping_server: fullduplex streaming;
|
timeout_on_sleeping_server: fullduplex streaming;
|
||||||
compute_engine_creds: large_unary with compute engine auth;
|
compute_engine_creds: large_unary with compute engine auth;
|
||||||
service_account_creds: large_unary with service account auth;
|
service_account_creds: large_unary with service account auth;
|
||||||
jwt_token_creds: large_unary with jwt token auth;
|
jwt_token_creds: large_unary with jwt token auth;
|
||||||
cancel_after_begin: cancellation after metadata has been sent but before payloads are sent;
|
cancel_after_begin: cancellation after metadata has been sent but before payloads are sent;
|
||||||
cancel_after_first_response: cancellation after receiving 1st message from the server.`)
|
cancel_after_first_response: cancellation after receiving 1st message from the server.`)
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user