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