forked from andeya/erpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ia20e1ba6712055658db7f7ebe04da7d66d0e8862
- Loading branch information
Showing
8 changed files
with
333 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
namespace go payload | ||
namespace perl payload | ||
namespace py payload | ||
namespace cpp payload | ||
namespace rb payload | ||
namespace java payload | ||
|
||
// thrift-0.11.0 | ||
namespace go thriftproto | ||
namespace perl thriftproto | ||
namespace py thriftproto | ||
namespace cpp thriftproto | ||
namespace rb thriftproto | ||
namespace java thriftproto | ||
|
||
struct payload { | ||
1: binary meta, | ||
2: binary xferPipe, | ||
3: i32 bodyCodec, | ||
4: binary body | ||
} | ||
|
||
struct test { | ||
1: string author, | ||
} |
Oops, something went wrong.