github.com/joomcode/cue@v0.4.4-0.20221111115225-539fe3512047/encoding/protobuf/testdata/cue.proto.out.cue (about) 1 package proto 2 3 FieldOptions required?: bool @protobuf(1) 4 5 google.protobuf.FieldOptions: { 6 val?: string @protobuf(123456) 7 opt?: FieldOptions @protobuf(1069) 8 }