multiplexed.thrift 103 B

1234567
  1. service ThingOneService {
  2. bool doThingOne();
  3. }
  4. service ThingTwoService {
  5. bool doThingTwo();
  6. }