cuelang.org/go@v0.10.1/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 }