Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
f15b4152b9ea8e73a24e37e3f54a999060ea68bf
/
.
/
lib
/
go
/
test
/
RequiredFieldTest.thrift
blob: 4a2dcaeba919f8016a5c77dd0a167d39a4c5d257 [
file
] [
log
] [
blame
]
struct
RequiredField
{
1
:
required
string
name
}
struct
OtherThing
{
1
:
required i16 value
}