Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzhinsky committed Feb 12, 2024
1 parent 17a712b commit 9dd1cf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ Message name should follow the Sudu naming convention. i.e:
* Message names are prefixed with Grpc
* Request and response messages are suffixed with Request\Response

Keep in mind that if a field type in the generated message is not marked for generation, a custom class must be specified for it. See the section "Using manually-written domain objects" further

As `*Response*` and `*Request*` messages are not generated automatically, you need to handle them on your own.
If there is a method returning a not-generated message with more than one field, the build fails.
Use `(protogen.gen_message)` to configure generation.
Expand Down

0 comments on commit 9dd1cf0

Please sign in to comment.