Sign in
cue
/
cue
/
a6ce8695a2d28ddfd1588fffa5079fe288d7d716
/
.
/
encoding
/
openapi
/
testdata
/
struct.cue
blob: 82406f817d41cc0d2afab297b4f0607cc06f8040 [
file
] [
log
] [
blame
]
import
"struct"
#MyMap: struct.MinFields(4)
#MyMap: struct.MaxFields(9)
#MyType: {
map
:
#MyMap
}