DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / encoding / openapi / testdata / simple.cue
123456789
#MyStruct: { mediumNum: int32 smallNum: int8 float: float32 double: float64 deprecatedField: string @protobuf(5,deprecated) }