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