Sign in
cue
/
cue
/
865f1595764cbdaecfa81f6436917bf05deec89d
/
.
/
encoding
/
openapi
/
testdata
/
simple.cue
blob: 0504d4cf070a32313c3433b352de61afcdf56861 [
file
] [
log
] [
blame
]
MyStruct
:
{
mediumNum
:
int32
smallNum
:
int8
float
:
float32
double
:
float64
}