Skip to content

Commit 89e2f2a

Browse files
committed
Add Fs2GrpcServiceSuffix, Fs2GrpcDisableTrailers, Fs2GrpcRenderContextAsImplicit code generator options to the README.md
1 parent 98143c2 commit 89e2f2a

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)