Sign in
cue
/
cue
/
cba0372eaceba68eef299f86b0ea6b6f4d51f623
/
.
/
encoding
/
openapi
/
testdata
/
simple.cue
blob: 003be577867249d09a825b103d02cb7117e1b1c3 [
file
] [
log
] [
blame
]
MyStruct
:
{
mediumNum
:
int32
smallNum
:
int8
float
:
float32
double
:
float64
deprecatedField
:
string
@protobuf
(
5
,
deprecated
)
}