Sign in
apache
/
thrift
/
refs/tags/v0.15.0
/
.
/
lib
/
go
/
test
/
RequiredFieldTest.thrift
blob: 4a2dcaeba919f8016a5c77dd0a167d39a4c5d257 [
file
] [
log
] [
blame
]
struct
RequiredField
{
1
:
required
string
name
}
struct
OtherThing
{
1
:
required i16 value
}