Repository URL to install this package:
|
Version:
2.13.0 ▾
|
/* comment */
/** doc comment */
namespace cpp shared // inline comment
struct Foo1 {
1: i32 key
2: string value
}
service Foo2 {
Foo1 bar(1: i32 key)
}