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