mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
8 lines
98 B
Thrift
8 lines
98 B
Thrift
|
struct RequiredField {
|
||
|
1: required string name
|
||
|
}
|
||
|
|
||
|
struct OtherThing {
|
||
|
1: required i16 value
|
||
|
}
|