blob: 9b77249dfc3b2603676ea927b6b3643a65d05e9d [file] [log] [blame]
#!/usr/local/bin/thrift -cpp -java -py -php -xsd
/**
* This Thrift file can be included by other Thrift files that want to share
* these definitions.
*/
cpp_namespace shared
java_package shared
struct SharedStruct {
1: i32 key
2: string value
}
service SharedService {
SharedStruct getStruct(1: i32 key)
}