Created
May 17, 2015 22:00
-
-
Save phillro/40cd47d0d83fdab14b92 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/** @file service.thrift Defines an RPC service schema. */ | |
namespace java com.evenfinancial.thrift | |
struct TestResponse { | |
1: string message | |
} | |
service Service { | |
TestResponse getSomeResponse(1: i64 id) | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment