mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 17:12:19 +01:00
This change is part of a migration of the Node examples from this repository to the grpc/grpc-node repository, along with grpc/grpc-node#2474. I replaced the files with references to the new location instead of deleting them so that people following links in existing external resources would find information about the new location instead of an unhelpful 404 error. I discovered that even some of the individual `.js` files are linked from other places, so to be safe I performed this replacement on every file in the directory.
12 lines
353 B
JavaScript
12 lines
353 B
JavaScript
// source: helloworld.proto
|
|
/**
|
|
* @fileoverview
|
|
* @enhanceable
|
|
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
* field starts with 'MSG_' and isn't a translatable message.
|
|
* @public
|
|
*/
|
|
// GENERATED CODE -- DO NOT EDIT!
|
|
|
|
// These examples have been moved to https://github.com/grpc/grpc-node/tree/master/examples
|