github.com/cloudwego/kitex@v0.9.0/pkg/generic/json_test/idl/binary_echo.thrift (about) 1 namespace go kitex.test.server 2 3 struct BinaryWrapper { 4 1: binary msg 5 2: bool got_base64 6 3: optional string str 7 } 8 9 service ExampleService { 10 BinaryWrapper BinaryEcho(1: BinaryWrapper req) 11 }