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