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