grpc-tads6/node_modules/protobufjs/google/protobuf/source_context.proto

8 lines
98 B
Protocol Buffer
Raw Normal View History

2024-06-06 00:46:09 +00:00
syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}