damsel/proto/test.thrift
2016-04-27 18:00:43 +03:00

14 lines
222 B
Thrift

/*
* Definitions of trivial services serving test purposes only.
*/
include "base.thrift"
struct Shout {
1: required string contents;
}
service Echo {
Shout echo (1: Shout shout) throws (1: base.Failure ex)
}