summaryrefslogtreecommitdiff
path: root/tests/examplefiles/demo.thrift
blob: e50544d5910991af8d80ad5dde00b49d727c4dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* comment */
/** doc comment */

namespace cpp shared // inline comment

struct Foo1 {
    1: i32 key
    2: string value
}

service Foo2 {
  Foo1 bar(1: i32 key)
}