flatbuffers/grpc/examples
mustiikhalil ffc2ef77ca
[CI] Adds Code Generation tests on Github Actions (#6482)
Moves check-grpc-generation to scripts
2021-02-23 08:51:39 +03:00
..
go/greeter [Go] Working on a go example plus fixing go grpc code (#6448) 2021-02-19 12:47:59 +03:00
swift/Greeter [Swift] Moves grpc example to grpc/examples (#6479) 2021-02-20 23:07:48 +03:00
ts/greeter [TS] Moves grpc code to examples folder (#6476) 2021-02-20 20:31:00 +03:00
README.md [Go] Working on a go example plus fixing go grpc code (#6448) 2021-02-19 12:47:59 +03:00
generate.sh [CI] Adds Code Generation tests on Github Actions (#6482) 2021-02-23 08:51:39 +03:00
greeter.fbs [Go] Working on a go example plus fixing go grpc code (#6448) 2021-02-19 12:47:59 +03:00

README.md

Languages known issues

Go

  • Always requires the content-type of the payload to be set to application/grpc+flatbuffers

example: .SayHello(ctx, b, grpc.CallContentSubtype("flatbuffers"))