Skip to content

Commit 29e39a6

Browse files
Merge pull request #814 from iRevive/docs
Add new code generator options to the README.md
2 parents 98143c2 + 89e2f2a commit 29e39a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ The full set of options available are:
116116
- `CodeGeneratorOption.Fs2Grpc` (included by default) - generate grpc bindings for FS2/cats
117117
- `CodeGeneratorOption.SingleLineToProtoString` - `toProtoString` generates single line
118118
- `CodeGeneratorOption.AsciiFormatToString` - `toString` uses `toProtoString` functionality
119+
- `CodeGeneratorOption.Fs2GrpcServiceSuffix` - suffix used for generated service, e.g. service `Foo` with suffix `Fs2Grpc` results in `FooFs2Grpc`
120+
- `CodeGeneratorOption.Fs2GrpcDisableTrailers` - disable generation of the trailers
121+
- `CodeGeneratorOption.Fs2GrpcRenderContextAsImplicit` - renders context in the implicit position
119122

120123
## Pass additional protoc options
121124

0 commit comments

Comments
 (0)