...

Text file src/cuelang.org/go/encoding/openapi/testdata/struct.cue

Documentation: cuelang.org/go/encoding/openapi/testdata

     1import "struct"
     2
     3#MyMap: struct.MinFields(4)
     4#MyMap: struct.MaxFields(9)
     5
     6#MyType: {
     7	map: #MyMap
     8}

View as plain text