()
| 146 | // This is declared in the protoreflect package to avoid a cyclic dependency; |
| 147 | // use the [google.golang.org/protobuf/proto.Message] type instead, which aliases this type. |
| 148 | type ProtoMessage interface{ ProtoReflect() Message } |
| 149 | |
| 150 | // Syntax is the language version of the proto file. |
| 151 | type Syntax syntax |
no outgoing calls