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