File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments