Skip to content

Commit c7d9025

Browse files
committed
add thrift sample server
0 parents  commit c7d9025

File tree

11 files changed

+3509
-0
lines changed

11 files changed

+3509
-0
lines changed

__init__.py

Whitespace-only changes.

generate.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
thrift --gen py -out ./ ./idl/*.thrift
4+
5+
python type_generator.py

0 commit comments

Comments
 (0)