Skip to content

Instantly share code, notes, and snippets.

@phillro
Created May 17, 2015 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillro/40cd47d0d83fdab14b92 to your computer and use it in GitHub Desktop.
Save phillro/40cd47d0d83fdab14b92 to your computer and use it in GitHub Desktop.
/** @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