Rewrite simple test (only grpc output)
This commit is contained in:
		| @@ -1,9 +1,11 @@ | ||||
| { | ||||
|   "build-date": "2016-12-15T11:05:13.620228009+01:00", | ||||
|   "build-hostname": "moul-rose.local", | ||||
|   "build-user": "moul", | ||||
|   "pwd": "/Users/moul/Git/moul/protoc-gen-gotemplate/examples/dummy", | ||||
|   "build-date": "2016-12-20T11:30:36.474403064+01:00", | ||||
|   "build-hostname": "Zoon-MacBook.local", | ||||
|   "build-user": "zoon", | ||||
|   "go-pwd": "github.com/protoc-gen-gotemplate/examples/dummy", | ||||
|   "pwd": "/Users/zoon/Projects/gopath/src/github.com/protoc-gen-gotemplate/examples/dummy", | ||||
|   "debug": false, | ||||
|   "destination-dir": ".", | ||||
|   "file": { | ||||
|     "name": "dummy.proto", | ||||
|     "package": "dummy", | ||||
| @@ -840,11 +842,40 @@ | ||||
|     ] | ||||
|   }, | ||||
|   "environment": [ | ||||
|     "TERM_PROGRAM=iTerm.app", | ||||
|     "ANDROID_HOME=/usr/local/opt/android-sdk", | ||||
|     "TERM=xterm-256color", | ||||
|     "SHELL=/bin/zsh", | ||||
|     "TMPDIR=/var/folders/wr/dddkjx017kv8qk4q_jd2ly080000gn/T/", | ||||
|     "PWD=/Users/moul/Git/moul/protoc-gen-gotemplate/examples/dummy", | ||||
|     "MAKEFLAGS=", | ||||
|     "TMPDIR=/var/folders/sq/wlptrlpn4v52xv7xpsgw0fc80000gn/T/", | ||||
|     "Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.q9vxeee00S/Render", | ||||
|     "TERM_PROGRAM_VERSION=3.0.12", | ||||
|     "TERM_SESSION_ID=w0t0p0:6D29EB08-1B96-41B8-8672-0B035605AEE5", | ||||
|     "ZSH=/Users/zoon/.oh-my-zsh", | ||||
|     "USER=zoon", | ||||
|     "SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.5ZcNGIwTRZ/Listeners", | ||||
|     "__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0", | ||||
|     "MAKELEVEL=2", | ||||
|     "PAGER=less", | ||||
|     "MFLAGS=", | ||||
|     "LSCOLORS=Gxfxcxdxbxegedabagacad", | ||||
|     "PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/zoon/Projects/gopath/bin", | ||||
|     "_=/usr/local/bin/protoc", | ||||
|     "PWD=/Users/zoon/Projects/gopath/src/github.com/protoc-gen-gotemplate/examples/dummy", | ||||
|     "JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home", | ||||
|     "EDITOR=micro", | ||||
|     "LANG=en_US.UTF-8", | ||||
|     "GOPATH=/Users/moul/go", | ||||
|     "ANDROID_SDK=/usr/local/opt/android-sdk", | ||||
|     "ITERM_PROFILE=Default", | ||||
|     "XPC_FLAGS=0x0", | ||||
|     "XPC_SERVICE_NAME=0", | ||||
|     "COLORFGBG=15;0", | ||||
|     "SHLVL=3", | ||||
|     "HOME=/Users/zoon", | ||||
|     "ITERM_SESSION_ID=w0t0p0:6D29EB08-1B96-41B8-8672-0B035605AEE5", | ||||
|     "LESS=-R", | ||||
|     "LOGNAME=zoon", | ||||
|     "LC_CTYPE=UTF-8", | ||||
|     "GOPATH=/Users/zoon/Projects/gopath" | ||||
|   ] | ||||
| } | ||||
| } | ||||
| @@ -1,43 +0,0 @@ | ||||
| // GENERATED CODE -- DO NOT EDIT! | ||||
|  | ||||
| 'use strict'; | ||||
| var grpc = require('grpc'); | ||||
| var helloworld_pb = require('./helloworld_pb.js'); | ||||
|  | ||||
| function serialize_helloworld_HelloRequest(arg) { | ||||
|   if (!(arg instanceof helloworld_pb.HelloRequest)) { | ||||
|     throw new Error('Expected argument of type helloworld.HelloRequest'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_helloworld_HelloRequest(buffer_arg) { | ||||
|   return helloworld_pb.HelloRequest.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_helloworld_HelloReply(arg) { | ||||
|   if (!(arg instanceof helloworld_pb.HelloReply)) { | ||||
|     throw new Error('Expected argument of type helloworld.HelloReply'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_helloworld_HelloReply(buffer_arg) { | ||||
|   return helloworld_pb.HelloReply.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| var GreeterService = exports.GreeterService = { | ||||
|   sayHello: { | ||||
|     path: '/helloworld.Greeter/SayHello', | ||||
|     requestStream: false, | ||||
|     responseStream: false, | ||||
|     requestType: helloworld_pb.HelloRequest, | ||||
|     responseType: helloworld_pb.HelloReply, | ||||
|     requestSerialize: serialize_helloworld_HelloRequest, | ||||
|     requestDeserialize: deserialize_helloworld_HelloRequest, | ||||
|     responseSerialize: serialize_helloworld_HelloReply, | ||||
|     responseDeserialize: deserialize_helloworld_HelloReply, | ||||
|   }, | ||||
| } | ||||
|  | ||||
| exports.GreeterClient = grpc.makeGenericClientConstructor(GreeterService); | ||||
| @@ -1,288 +0,0 @@ | ||||
| // GENERATED CODE -- DO NOT EDIT! | ||||
|  | ||||
| var jspb = require('google-protobuf'); | ||||
| var goog = jspb; | ||||
| var global = Function('return this')(); | ||||
|  | ||||
| goog.exportSymbol('proto.helloworld.HelloRequest', null, global); | ||||
| goog.exportSymbol('proto.helloworld.HelloReply', null, global); | ||||
|  | ||||
| /** | ||||
|  * @param {Array=} opt_data Optional initial data array, typically from a | ||||
|  * server response, or constructed directly in Javascript. The array is used | ||||
|  * in place and becomes part of the constructed object. It is not cloned. | ||||
|  * If no data is provided, the constructed object will be empty, but still | ||||
|  * valid. | ||||
|  * @extends {jspb.Message} | ||||
|  * @constructor | ||||
|  */ | ||||
| proto.helloworld.HelloRequest = function(opt_data) { | ||||
|   jspb.Message.initialize(this, opt_data, 0, -1, null, null); | ||||
| }; | ||||
| goog.inherits(proto.helloworld.HelloRequest, jspb.Message); | ||||
| if (goog.DEBUG && !COMPILED) { | ||||
|   proto.helloworld.HelloRequest.displayName = 'proto.helloworld.HelloRequest'; | ||||
| } | ||||
|  | ||||
| if (jspb.Message.GENERATE_TO_OBJECT) { | ||||
| /** | ||||
|  * Creates an object representation of this proto suitable for use in Soy templates. | ||||
|  * Field names that are reserved in JavaScript and will be renamed to pb_name. | ||||
|  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default. | ||||
|  * For the list of reserved names please see: | ||||
|  *     com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. | ||||
|  * @param {boolean=} opt_includeInstance Whether to include the JSPB instance | ||||
|  *     for transitional soy proto support: http://goto/soy-param-migration | ||||
|  * @return {!Object} | ||||
|  */ | ||||
| proto.helloworld.HelloRequest.prototype.toObject = function(opt_includeInstance) { | ||||
|   return proto.helloworld.HelloRequest.toObject(opt_includeInstance, this); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Static version of the {@see toObject} method. | ||||
|  * @param {boolean|undefined} includeInstance Whether to include the JSPB | ||||
|  *     instance for transitional soy proto support: | ||||
|  *     http://goto/soy-param-migration | ||||
|  * @param {!proto.helloworld.HelloRequest} msg The msg instance to transform. | ||||
|  * @return {!Object} | ||||
|  */ | ||||
| proto.helloworld.HelloRequest.toObject = function(includeInstance, msg) { | ||||
|   var f, obj = { | ||||
|     name: jspb.Message.getFieldWithDefault(msg, 1, "") | ||||
|   }; | ||||
|  | ||||
|   if (includeInstance) { | ||||
|     obj.$jspbMessageInstance = msg; | ||||
|   } | ||||
|   return obj; | ||||
| }; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * Deserializes binary data (in protobuf wire format). | ||||
|  * @param {jspb.ByteSource} bytes The bytes to deserialize. | ||||
|  * @return {!proto.helloworld.HelloRequest} | ||||
|  */ | ||||
| proto.helloworld.HelloRequest.deserializeBinary = function(bytes) { | ||||
|   var reader = new jspb.BinaryReader(bytes); | ||||
|   var msg = new proto.helloworld.HelloRequest; | ||||
|   return proto.helloworld.HelloRequest.deserializeBinaryFromReader(msg, reader); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Deserializes binary data (in protobuf wire format) from the | ||||
|  * given reader into the given message object. | ||||
|  * @param {!proto.helloworld.HelloRequest} msg The message object to deserialize into. | ||||
|  * @param {!jspb.BinaryReader} reader The BinaryReader to use. | ||||
|  * @return {!proto.helloworld.HelloRequest} | ||||
|  */ | ||||
| proto.helloworld.HelloRequest.deserializeBinaryFromReader = function(msg, reader) { | ||||
|   while (reader.nextField()) { | ||||
|     if (reader.isEndGroup()) { | ||||
|       break; | ||||
|     } | ||||
|     var field = reader.getFieldNumber(); | ||||
|     switch (field) { | ||||
|     case 1: | ||||
|       var value = /** @type {string} */ (reader.readString()); | ||||
|       msg.setName(value); | ||||
|       break; | ||||
|     default: | ||||
|       reader.skipField(); | ||||
|       break; | ||||
|     } | ||||
|   } | ||||
|   return msg; | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Class method variant: serializes the given message to binary data | ||||
|  * (in protobuf wire format), writing to the given BinaryWriter. | ||||
|  * @param {!proto.helloworld.HelloRequest} message | ||||
|  * @param {!jspb.BinaryWriter} writer | ||||
|  */ | ||||
| proto.helloworld.HelloRequest.serializeBinaryToWriter = function(message, writer) { | ||||
|   message.serializeBinaryToWriter(writer); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Serializes the message to binary data (in protobuf wire format). | ||||
|  * @return {!Uint8Array} | ||||
|  */ | ||||
| proto.helloworld.HelloRequest.prototype.serializeBinary = function() { | ||||
|   var writer = new jspb.BinaryWriter(); | ||||
|   this.serializeBinaryToWriter(writer); | ||||
|   return writer.getResultBuffer(); | ||||
| }; | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * Serializes the message to binary data (in protobuf wire format), | ||||
|  * writing to the given BinaryWriter. | ||||
|  * @param {!jspb.BinaryWriter} writer | ||||
|  */ | ||||
| proto.helloworld.name.prototype.serializeBinaryToWriter = function (writer) { | ||||
|   var f = undefined; | ||||
|   f = this.getName(); | ||||
|   if (f.length > 0) { | ||||
|     writer.writeString( | ||||
|       1, | ||||
|       f | ||||
|     ); | ||||
|   } | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * optional string name = 1; | ||||
|  * @return {string} | ||||
|  */ | ||||
| proto.helloworld.name.prototype.getName = function() { | ||||
|   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); | ||||
| }; | ||||
|  | ||||
| /** @param {string} value */ | ||||
| proto.helloworld.name.prototype.setName = function(value) { | ||||
|   jspb.Message.setField(this, 1, value); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * @param {Array=} opt_data Optional initial data array, typically from a | ||||
|  * server response, or constructed directly in Javascript. The array is used | ||||
|  * in place and becomes part of the constructed object. It is not cloned. | ||||
|  * If no data is provided, the constructed object will be empty, but still | ||||
|  * valid. | ||||
|  * @extends {jspb.Message} | ||||
|  * @constructor | ||||
|  */ | ||||
| proto.helloworld.HelloReply = function(opt_data) { | ||||
|   jspb.Message.initialize(this, opt_data, 0, -1, null, null); | ||||
| }; | ||||
| goog.inherits(proto.helloworld.HelloReply, jspb.Message); | ||||
| if (goog.DEBUG && !COMPILED) { | ||||
|   proto.helloworld.HelloReply.displayName = 'proto.helloworld.HelloReply'; | ||||
| } | ||||
|  | ||||
| if (jspb.Message.GENERATE_TO_OBJECT) { | ||||
| /** | ||||
|  * Creates an object representation of this proto suitable for use in Soy templates. | ||||
|  * Field names that are reserved in JavaScript and will be renamed to pb_name. | ||||
|  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default. | ||||
|  * For the list of reserved names please see: | ||||
|  *     com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. | ||||
|  * @param {boolean=} opt_includeInstance Whether to include the JSPB instance | ||||
|  *     for transitional soy proto support: http://goto/soy-param-migration | ||||
|  * @return {!Object} | ||||
|  */ | ||||
| proto.helloworld.HelloReply.prototype.toObject = function(opt_includeInstance) { | ||||
|   return proto.helloworld.HelloReply.toObject(opt_includeInstance, this); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Static version of the {@see toObject} method. | ||||
|  * @param {boolean|undefined} includeInstance Whether to include the JSPB | ||||
|  *     instance for transitional soy proto support: | ||||
|  *     http://goto/soy-param-migration | ||||
|  * @param {!proto.helloworld.HelloReply} msg The msg instance to transform. | ||||
|  * @return {!Object} | ||||
|  */ | ||||
| proto.helloworld.HelloReply.toObject = function(includeInstance, msg) { | ||||
|   var f, obj = { | ||||
|     name: jspb.Message.getFieldWithDefault(msg, 1, "") | ||||
|   }; | ||||
|  | ||||
|   if (includeInstance) { | ||||
|     obj.$jspbMessageInstance = msg; | ||||
|   } | ||||
|   return obj; | ||||
| }; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * Deserializes binary data (in protobuf wire format). | ||||
|  * @param {jspb.ByteSource} bytes The bytes to deserialize. | ||||
|  * @return {!proto.helloworld.HelloReply} | ||||
|  */ | ||||
| proto.helloworld.HelloReply.deserializeBinary = function(bytes) { | ||||
|   var reader = new jspb.BinaryReader(bytes); | ||||
|   var msg = new proto.helloworld.HelloReply; | ||||
|   return proto.helloworld.HelloReply.deserializeBinaryFromReader(msg, reader); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Deserializes binary data (in protobuf wire format) from the | ||||
|  * given reader into the given message object. | ||||
|  * @param {!proto.helloworld.HelloReply} msg The message object to deserialize into. | ||||
|  * @param {!jspb.BinaryReader} reader The BinaryReader to use. | ||||
|  * @return {!proto.helloworld.HelloReply} | ||||
|  */ | ||||
| proto.helloworld.HelloReply.deserializeBinaryFromReader = function(msg, reader) { | ||||
|   while (reader.nextField()) { | ||||
|     if (reader.isEndGroup()) { | ||||
|       break; | ||||
|     } | ||||
|     var field = reader.getFieldNumber(); | ||||
|     switch (field) { | ||||
|     case 1: | ||||
|       var value = /** @type {string} */ (reader.readString()); | ||||
|       msg.setName(value); | ||||
|       break; | ||||
|     default: | ||||
|       reader.skipField(); | ||||
|       break; | ||||
|     } | ||||
|   } | ||||
|   return msg; | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Class method variant: serializes the given message to binary data | ||||
|  * (in protobuf wire format), writing to the given BinaryWriter. | ||||
|  * @param {!proto.helloworld.HelloReply} message | ||||
|  * @param {!jspb.BinaryWriter} writer | ||||
|  */ | ||||
| proto.helloworld.HelloReply.serializeBinaryToWriter = function(message, writer) { | ||||
|   message.serializeBinaryToWriter(writer); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Serializes the message to binary data (in protobuf wire format). | ||||
|  * @return {!Uint8Array} | ||||
|  */ | ||||
| proto.helloworld.HelloReply.prototype.serializeBinary = function() { | ||||
|   var writer = new jspb.BinaryWriter(); | ||||
|   this.serializeBinaryToWriter(writer); | ||||
|   return writer.getResultBuffer(); | ||||
| }; | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * Serializes the message to binary data (in protobuf wire format), | ||||
|  * writing to the given BinaryWriter. | ||||
|  * @param {!jspb.BinaryWriter} writer | ||||
|  */ | ||||
| proto.helloworld.message.prototype.serializeBinaryToWriter = function (writer) { | ||||
|   var f = undefined; | ||||
|   f = this.getMessage(); | ||||
|   if (f.length > 0) { | ||||
|     writer.writeString( | ||||
|       1, | ||||
|       f | ||||
|     ); | ||||
|   } | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * optional string name = 1; | ||||
|  * @return {string} | ||||
|  */ | ||||
| proto.helloworld.message.prototype.getMessage = function() { | ||||
|   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); | ||||
| }; | ||||
|  | ||||
| /** @param {string} value */ | ||||
| proto.helloworld.message.prototype.setMessage = function(value) { | ||||
|   jspb.Message.setField(this, 1, value); | ||||
| }; | ||||
|  | ||||
| goog.object.extend(exports, proto.helloworld); | ||||
							
								
								
									
										146
									
								
								examples/js-grpc/output/test/test_grpc_js.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										146
									
								
								examples/js-grpc/output/test/test_grpc_js.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,146 @@ | ||||
| // GENERATED CODE -- DO NOT EDIT! | ||||
|  | ||||
| 'use strict'; | ||||
| var grpc = require('grpc'); | ||||
| var test_pb = require('./test_pb.js'); | ||||
|  | ||||
|  | ||||
| function serialize_test_TestNoStreamRequest(arg) { | ||||
|   if (!(arg instanceof test_pb.TestNoStreamRequest)) { | ||||
|     throw new Error('Expected argument of type test.TestNoStreamRequest'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_test_TestNoStreamRequest(buffer_arg) { | ||||
|   return test_pb.TestNoStreamRequest.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_test_TestNoStreamReply(arg) { | ||||
|   if (!(arg instanceof test_pb.TestNoStreamReply)) { | ||||
|     throw new Error('Expected argument of type test.TestNoStreamReply'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_test_TestNoStreamReply(buffer_arg) { | ||||
|   return test_pb.TestNoStreamReply.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_test_TestStreamRequestRequest(arg) { | ||||
|   if (!(arg instanceof test_pb.TestStreamRequestRequest)) { | ||||
|     throw new Error('Expected argument of type test.TestStreamRequestRequest'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_test_TestStreamRequestRequest(buffer_arg) { | ||||
|   return test_pb.TestStreamRequestRequest.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_test_TestStreamRequestReply(arg) { | ||||
|   if (!(arg instanceof test_pb.TestStreamRequestReply)) { | ||||
|     throw new Error('Expected argument of type test.TestStreamRequestReply'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_test_TestStreamRequestReply(buffer_arg) { | ||||
|   return test_pb.TestStreamRequestReply.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_test_TestStreamReplyRequest(arg) { | ||||
|   if (!(arg instanceof test_pb.TestStreamReplyRequest)) { | ||||
|     throw new Error('Expected argument of type test.TestStreamReplyRequest'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_test_TestStreamReplyRequest(buffer_arg) { | ||||
|   return test_pb.TestStreamReplyRequest.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_test_TestStreamReplyReply(arg) { | ||||
|   if (!(arg instanceof test_pb.TestStreamReplyReply)) { | ||||
|     throw new Error('Expected argument of type test.TestStreamReplyReply'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_test_TestStreamReplyReply(buffer_arg) { | ||||
|   return test_pb.TestStreamReplyReply.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_test_TestStreamBothRequest(arg) { | ||||
|   if (!(arg instanceof test_pb.TestStreamBothRequest)) { | ||||
|     throw new Error('Expected argument of type test.TestStreamBothRequest'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_test_TestStreamBothRequest(buffer_arg) { | ||||
|   return test_pb.TestStreamBothRequest.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_test_TestStreamBothReply(arg) { | ||||
|   if (!(arg instanceof test_pb.TestStreamBothReply)) { | ||||
|     throw new Error('Expected argument of type test.TestStreamBothReply'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_test_TestStreamBothReply(buffer_arg) { | ||||
|   return test_pb.TestStreamBothReply.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
|  | ||||
| var TestServiceService = exports.TestServiceService = { | ||||
|    | ||||
|   testNoStream: { | ||||
|     path: '/test.TestService/TestNoStream', | ||||
|     requestStream: false, | ||||
|     responseStream: false, | ||||
|     requestType: test_pb.TestNoStreamRequest, | ||||
|     responseType: test_pb.TestNoStreamReply, | ||||
|     requestSerialize: serialize_test_TestNoStreamRequest, | ||||
|     requestDeserialize: deserialize_test_TestNoStreamRequest, | ||||
|     responseSerialize: serialize_test_TestNoStreamReply, | ||||
|     responseDeserialize: deserialize_test_TestNoStreamReply, | ||||
|   }, | ||||
|   testStreamRequest: { | ||||
|     path: '/test.TestService/TestStreamRequest', | ||||
|     requestStream: true, | ||||
|     responseStream: false, | ||||
|     requestType: test_pb.TestStreamRequestRequest, | ||||
|     responseType: test_pb.TestStreamRequestReply, | ||||
|     requestSerialize: serialize_test_TestStreamRequestRequest, | ||||
|     requestDeserialize: deserialize_test_TestStreamRequestRequest, | ||||
|     responseSerialize: serialize_test_TestStreamRequestReply, | ||||
|     responseDeserialize: deserialize_test_TestStreamRequestReply, | ||||
|   }, | ||||
|   testStreamReply: { | ||||
|     path: '/test.TestService/TestStreamReply', | ||||
|     requestStream: false, | ||||
|     responseStream: true, | ||||
|     requestType: test_pb.TestStreamReplyRequest, | ||||
|     responseType: test_pb.TestStreamReplyReply, | ||||
|     requestSerialize: serialize_test_TestStreamReplyRequest, | ||||
|     requestDeserialize: deserialize_test_TestStreamReplyRequest, | ||||
|     responseSerialize: serialize_test_TestStreamReplyReply, | ||||
|     responseDeserialize: deserialize_test_TestStreamReplyReply, | ||||
|   }, | ||||
|   testStreamBoth: { | ||||
|     path: '/test.TestService/TestStreamBoth', | ||||
|     requestStream: true, | ||||
|     responseStream: true, | ||||
|     requestType: test_pb.TestStreamBothRequest, | ||||
|     responseType: test_pb.TestStreamBothReply, | ||||
|     requestSerialize: serialize_test_TestStreamBothRequest, | ||||
|     requestDeserialize: deserialize_test_TestStreamBothRequest, | ||||
|     responseSerialize: serialize_test_TestStreamBothReply, | ||||
|     responseDeserialize: deserialize_test_TestStreamBothReply, | ||||
|   }, | ||||
|    | ||||
| } | ||||
|  | ||||
| exports.TestServiceClient = grpc.makeGenericClientConstructor(TestServiceService); | ||||
| @@ -1,53 +0,0 @@ | ||||
| // Copyright 2015, Google Inc. | ||||
| // All rights reserved. | ||||
| // | ||||
| // Redistribution and use in source and binary forms, with or without | ||||
| // modification, are permitted provided that the following conditions are | ||||
| // met: | ||||
| // | ||||
| //     * Redistributions of source code must retain the above copyright | ||||
| // notice, this list of conditions and the following disclaimer. | ||||
| //     * Redistributions in binary form must reproduce the above | ||||
| // copyright notice, this list of conditions and the following disclaimer | ||||
| // in the documentation and/or other materials provided with the | ||||
| // distribution. | ||||
| //     * Neither the name of Google Inc. nor the names of its | ||||
| // contributors may be used to endorse or promote products derived from | ||||
| // this software without specific prior written permission. | ||||
| // | ||||
| // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||||
| // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||||
| // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||||
| // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||||
| // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||||
| // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||||
| // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||||
| // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||||
| // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||||
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||||
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.$ | ||||
|  | ||||
| syntax = "proto3"; | ||||
|  | ||||
| option java_multiple_files = true; | ||||
| option java_package = "io.grpc.examples.helloworld"; | ||||
| option java_outer_classname = "HelloWorldProto"; | ||||
| option objc_class_prefix = "HLW"; | ||||
|  | ||||
| package helloworld; | ||||
|  | ||||
| // The greeting service definition. | ||||
| service Greeter { | ||||
|   // Sends a greeting | ||||
|   rpc SayHello (HelloRequest) returns (HelloReply) {} | ||||
| } | ||||
|  | ||||
| // The request message containing the user's name. | ||||
| message HelloRequest { | ||||
|   string name = 1; | ||||
| } | ||||
|  | ||||
| // The response message containing the greetings | ||||
| message HelloReply { | ||||
|   string message = 1; | ||||
| } | ||||
							
								
								
									
										34
									
								
								examples/js-grpc/protos/test.proto
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										34
									
								
								examples/js-grpc/protos/test.proto
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,34 @@ | ||||
| syntax = "proto3"; | ||||
|  | ||||
| package test; | ||||
|  | ||||
| option go_package = "github.com/united-drivers/models/go/test;testpb"; | ||||
|  | ||||
| service TestService { | ||||
|   rpc TestNoStream(TestNoStreamRequest) returns (TestNoStreamReply); | ||||
|   rpc TestStreamRequest(stream TestStreamRequestRequest) returns (TestStreamRequestReply); | ||||
|   rpc TestStreamReply(TestStreamReplyRequest) returns (stream TestStreamReplyReply); | ||||
|   rpc TestStreamBoth(stream TestStreamBothRequest) returns (stream TestStreamBothReply); | ||||
| } | ||||
|  | ||||
| message TestMessage { | ||||
|   string a = 1; | ||||
|   int32 b = 2; | ||||
|   int64 c = 3; | ||||
|   float d = 4; | ||||
|   double e = 5; | ||||
|   repeated string n = 14; | ||||
|   repeated int32 o = 15; | ||||
|   repeated int64 p = 16; | ||||
|   repeated float q = 17; | ||||
|   repeated double r = 18; | ||||
| } | ||||
|  | ||||
| message TestNoStreamRequest { TestMessage message = 1; } | ||||
| message TestNoStreamReply   { TestMessage message = 1; string err_msg = 2; } | ||||
| message TestStreamRequestRequest { TestMessage message = 1; } | ||||
| message TestStreamRequestReply   { TestMessage message = 1; string err_msg = 2; } | ||||
| message TestStreamReplyRequest { TestMessage message = 1; } | ||||
| message TestStreamReplyReply   { TestMessage message = 1; string err_msg = 2; } | ||||
| message TestStreamBothRequest { TestMessage message = 1; } | ||||
| message TestStreamBothReply   { TestMessage message = 1; string err_msg = 2; } | ||||
| @@ -0,0 +1,47 @@ | ||||
| // GENERATED CODE -- DO NOT EDIT! | ||||
| {{$Package:=.File.Package}} | ||||
| 'use strict'; | ||||
| var grpc = require('grpc'); | ||||
| var {{$Package}}_pb = require('./{{$Package}}_pb.js'); | ||||
|  | ||||
| {{range .File.Service}}{{range .Method}} | ||||
| function serialize_{{$Package}}_{{.InputType | splitArray "." | last}}(arg) { | ||||
|   if (!(arg instanceof {{$Package}}_pb.{{.InputType | splitArray "." | last}})) { | ||||
|     throw new Error('Expected argument of type {{$Package}}.{{.InputType | splitArray "." | last}}'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_{{$Package}}_{{.InputType | splitArray "." | last}}(buffer_arg) { | ||||
|   return {{$Package}}_pb.{{.InputType | splitArray "." | last}}.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
|  | ||||
| function serialize_{{$Package}}_{{.OutputType | splitArray "." | last}}(arg) { | ||||
|   if (!(arg instanceof {{$Package}}_pb.{{.OutputType | splitArray "." | last}})) { | ||||
|     throw new Error('Expected argument of type {{$Package}}.{{.OutputType | splitArray "." | last}}'); | ||||
|   } | ||||
|   return new Buffer(arg.serializeBinary()); | ||||
| } | ||||
|  | ||||
| function deserialize_{{$Package}}_{{.OutputType | splitArray "." | last}}(buffer_arg) { | ||||
|   return {{$Package}}_pb.{{.OutputType | splitArray "." | last}}.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| } | ||||
| {{end}}{{end}} | ||||
| {{range .File.Service}} | ||||
| var {{.Name}}Service = exports.{{.Name}}Service = { | ||||
|   {{$serviceName:=.Name}} | ||||
|   {{range .Method}}{{.Name | lowerCamelCase}}: { | ||||
|     path: '/{{$Package}}.{{$serviceName}}/{{.Name}}', | ||||
|     requestStream: {{.ClientStreaming | default "false"}}, | ||||
|     responseStream: {{.ServerStreaming | default "false"}}, | ||||
|     requestType: {{$Package}}_pb.{{.InputType | splitArray "." | last}}, | ||||
|     responseType: {{$Package}}_pb.{{.OutputType | splitArray "." | last}}, | ||||
|     requestSerialize: serialize_{{$Package}}_{{.InputType | splitArray "." | last}}, | ||||
|     requestDeserialize: deserialize_{{$Package}}_{{.InputType | splitArray "." | last}}, | ||||
|     responseSerialize: serialize_{{$Package}}_{{.OutputType | splitArray "." | last}}, | ||||
|     responseDeserialize: deserialize_{{$Package}}_{{.OutputType | splitArray "." | last}}, | ||||
|   }, | ||||
|   {{end}} | ||||
| } | ||||
|  | ||||
| exports.{{.Name}}Client = grpc.makeGenericClientConstructor({{.Name}}Service);{{end}} | ||||
| @@ -1,148 +0,0 @@ | ||||
| // GENERATED CODE -- DO NOT EDIT! | ||||
| {{$Package:=.File.Package}} | ||||
| var jspb = require('google-protobuf'); | ||||
| var goog = jspb; | ||||
| var global = Function('return this')(); | ||||
| {{range .File.MessageType}} | ||||
| goog.exportSymbol('proto.{{$Package}}.{{.Name}}', null, global);{{end}} | ||||
| {{range .File.MessageType}} | ||||
| /** | ||||
|  * @param {Array=} opt_data Optional initial data array, typically from a | ||||
|  * server response, or constructed directly in Javascript. The array is used | ||||
|  * in place and becomes part of the constructed object. It is not cloned. | ||||
|  * If no data is provided, the constructed object will be empty, but still | ||||
|  * valid. | ||||
|  * @extends {jspb.Message} | ||||
|  * @constructor | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}} = function(opt_data) { | ||||
|   jspb.Message.initialize(this, opt_data, 0, -1, null, null); | ||||
| }; | ||||
| goog.inherits(proto.{{$Package}}.{{.Name}}, jspb.Message); | ||||
| if (goog.DEBUG && !COMPILED) { | ||||
|   proto.{{$Package}}.{{.Name}}.displayName = 'proto.{{$Package}}.{{.Name}}'; | ||||
| } | ||||
|  | ||||
| if (jspb.Message.GENERATE_TO_OBJECT) { | ||||
| /** | ||||
|  * Creates an object representation of this proto suitable for use in Soy templates. | ||||
|  * Field names that are reserved in JavaScript and will be renamed to pb_name. | ||||
|  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default. | ||||
|  * For the list of reserved names please see: | ||||
|  *     com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS. | ||||
|  * @param {boolean=} opt_includeInstance Whether to include the JSPB instance | ||||
|  *     for transitional soy proto support: http://goto/soy-param-migration | ||||
|  * @return {!Object} | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}}.prototype.toObject = function(opt_includeInstance) { | ||||
|   return proto.{{$Package}}.{{.Name}}.toObject(opt_includeInstance, this); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Static version of the {@see toObject} method. | ||||
|  * @param {boolean|undefined} includeInstance Whether to include the JSPB | ||||
|  *     instance for transitional soy proto support: | ||||
|  *     http://goto/soy-param-migration | ||||
|  * @param {!proto.{{$Package}}.{{.Name}}} msg The msg instance to transform. | ||||
|  * @return {!Object} | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}}.toObject = function(includeInstance, msg) { | ||||
|   var f, obj = { | ||||
|     name: jspb.Message.getFieldWithDefault(msg, 1, "") | ||||
|   }; | ||||
|  | ||||
|   if (includeInstance) { | ||||
|     obj.$jspbMessageInstance = msg; | ||||
|   } | ||||
|   return obj; | ||||
| }; | ||||
| } | ||||
|  | ||||
| /** | ||||
|  * Deserializes binary data (in protobuf wire format). | ||||
|  * @param {jspb.ByteSource} bytes The bytes to deserialize. | ||||
|  * @return {!proto.{{$Package}}.{{.Name}}} | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}}.deserializeBinary = function(bytes) { | ||||
|   var reader = new jspb.BinaryReader(bytes); | ||||
|   var msg = new proto.{{$Package}}.{{.Name}}; | ||||
|   return proto.{{$Package}}.{{.Name}}.deserializeBinaryFromReader(msg, reader); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Deserializes binary data (in protobuf wire format) from the | ||||
|  * given reader into the given message object. | ||||
|  * @param {!proto.{{$Package}}.{{.Name}}} msg The message object to deserialize into. | ||||
|  * @param {!jspb.BinaryReader} reader The BinaryReader to use. | ||||
|  * @return {!proto.{{$Package}}.{{.Name}}} | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}}.deserializeBinaryFromReader = function(msg, reader) { | ||||
|   while (reader.nextField()) { | ||||
|     if (reader.isEndGroup()) { | ||||
|       break; | ||||
|     } | ||||
|     var field = reader.getFieldNumber(); | ||||
|     switch (field) { | ||||
|     case 1: | ||||
|       var value = /** @type {string} */ (reader.readString()); | ||||
|       msg.setName(value); | ||||
|       break; | ||||
|     default: | ||||
|       reader.skipField(); | ||||
|       break; | ||||
|     } | ||||
|   } | ||||
|   return msg; | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Class method variant: serializes the given message to binary data | ||||
|  * (in protobuf wire format), writing to the given BinaryWriter. | ||||
|  * @param {!proto.{{$Package}}.{{.Name}}} message | ||||
|  * @param {!jspb.BinaryWriter} writer | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}}.serializeBinaryToWriter = function(message, writer) { | ||||
|   message.serializeBinaryToWriter(writer); | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * Serializes the message to binary data (in protobuf wire format). | ||||
|  * @return {!Uint8Array} | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}}.prototype.serializeBinary = function() { | ||||
|   var writer = new jspb.BinaryWriter(); | ||||
|   this.serializeBinaryToWriter(writer); | ||||
|   return writer.getResultBuffer(); | ||||
| }; | ||||
|  | ||||
| {{range .Field}} | ||||
| /** | ||||
|  * Serializes the message to binary data (in protobuf wire format), | ||||
|  * writing to the given BinaryWriter. | ||||
|  * @param {!jspb.BinaryWriter} writer | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}}.prototype.serializeBinaryToWriter = function (writer) { | ||||
|   var f = undefined; | ||||
|   f = this.get{{.Name | upperFirst}}(); | ||||
|   if (f.length > 0) { | ||||
|     writer.writeString( | ||||
|       1, | ||||
|       f | ||||
|     ); | ||||
|   } | ||||
| }; | ||||
|  | ||||
| /** | ||||
|  * optional string name = 1; | ||||
|  * @return {string} | ||||
|  */ | ||||
| proto.{{$Package}}.{{.Name}}.prototype.get{{.Name | upperFirst}} = function() { | ||||
|   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); | ||||
| }; | ||||
|  | ||||
| /** @param {string} value */ | ||||
| proto.{{$Package}}.{{.Name}}.prototype.set{{.Name | upperFirst}} = function(value) { | ||||
|   jspb.Message.setField(this, 1, value); | ||||
| }; | ||||
| {{end}}{{end}} | ||||
| goog.object.extend(exports, proto.{{$Package}}); | ||||
| @@ -24,10 +24,11 @@ function serialize_{{$Package}}_{{.OutputType | splitArray "." | last}}(arg) { | ||||
| 
 | ||||
| function deserialize_{{$Package}}_{{.OutputType | splitArray "." | last}}(buffer_arg) { | ||||
|   return {{$Package}}_pb.{{.OutputType | splitArray "." | last}}.deserializeBinary(new Uint8Array(buffer_arg)); | ||||
| }{{end}}{{end}} | ||||
| } | ||||
| {{end}}{{end}} | ||||
| {{range .File.Service}} | ||||
| var {{.Name}}Service = exports.{{.Name}}Service = { | ||||
|   {{$serviceName:=.Name}}{{range .Method}}{{.Name | lowerFirst}}: { | ||||
|   {{$serviceName:=.Name}}{{range .Method}}{{.Name | lowerCamelCase}}: { | ||||
|     path: '/{{$Package}}.{{$serviceName}}/{{.Name}}', | ||||
|     requestStream: {{.ClientStreaming | default "false"}}, | ||||
|     responseStream: {{.ServerStreaming | default "false"}}, | ||||
		Reference in New Issue
	
	Block a user