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