Skip to content

Commit

Permalink
docs: outputServices is ignored if nestjs=true (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan committed Feb 24, 2023
1 parent 18dbad0 commit 5c7678e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Generated code will be placed in the Gradle build directory.

- With `--ts_proto_opt=nestJs=true`, the defaults will change to generate [NestJS protobuf](https://docs.nestjs.com/microservices/grpc) friendly types & service interfaces that can be used in both the client-side and server-side of NestJS protobuf implementations. See the [nestjs readme](NESTJS.markdown) for more information and implementation examples.

Specifically `outputEncodeMethods`, `outputJsonMethods`, and `outputClientImpl` will all be false, and `lowerCaseServiceMethods` will be true.
Specifically `outputEncodeMethods`, `outputJsonMethods`, and `outputClientImpl` will all be false, `lowerCaseServiceMethods` will be true and `outputServices` will be ignored.

Note that `addGrpcMetadata`, `addNestjsRestParameter` and `returnObservable` will still be false.

Expand Down

0 comments on commit 5c7678e

Please sign in to comment.