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