commit | c2ccca8e4b4fd1b421e2d30b754aee8c24e90b34 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | 周一 4月 14 22:36:50 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | 周一 4月 14 22:36:50 2014 +0200 |
tree | 394f1a72487f4e4e6333977c6b95c4cad7d53315 | |
parent | d000b241a43e50157938e056b9fa0f7d88f099df [diff] [blame] |
THRIFT-2458 Generated golang server code for "oneway" methods is incorrect Client: Go compiler Patch: Jens Geyer & Aleksey Pesternikov
diff --git a/lib/go/test/OnewayTest.thrift b/lib/go/test/OnewayTest.thrift new file mode 100644 index 0000000..9ba7525 --- /dev/null +++ b/lib/go/test/OnewayTest.thrift
@@ -0,0 +1,5 @@ +service OneWay { + oneway void hi(1: i64 i, 2: string s) + void emptyfunc() + i64 echo_int(1: i64 param) +}