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