summaryrefslogtreecommitdiff
path: root/lib/py/test/test_thrift_file/TestServer.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'lib/py/test/test_thrift_file/TestServer.thrift')
-rw-r--r--lib/py/test/test_thrift_file/TestServer.thrift6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/py/test/test_thrift_file/TestServer.thrift b/lib/py/test/test_thrift_file/TestServer.thrift
index 0de8856a0..7be1dbbe0 100644
--- a/lib/py/test/test_thrift_file/TestServer.thrift
+++ b/lib/py/test/test_thrift_file/TestServer.thrift
@@ -16,7 +16,11 @@
# specific language governing permissions and limitations
# under the License.
#
-
+
+struct Message {
+ 1: optional string body,
+ 2: optional i64 num,
+}
service TestServer{
string add_and_get_msg(1:string msg)