Remove hardcoded exports

This commit is contained in:
Mathieu Acthernoene 2016-12-16 16:39:31 +01:00
parent d38fbfccf0
commit eec84d5d96
2 changed files with 0 additions and 4 deletions

View File

@ -97,8 +97,6 @@ function deserialize_user_UploadDocumentReply(buffer_arg) {
exports.TestServiceClient = grpc.makeGenericClientConstructor(UserServiceService);
var UserServiceService = exports.UserServiceService = {

View File

@ -31,8 +31,6 @@ function deserialize_{{$Package}}_{{.OutputType | splitArray "." | last}}(buffer
{{end}}
{{end}}
exports.TestServiceClient = grpc.makeGenericClientConstructor({{.Service.Name}}Service);
{{range .File.Service}}
var {{.Name}}Service = exports.{{.Name}}Service = {
{{$serviceName:=.Name}}