Files
boc/node_modules/protobufjs/google/protobuf/source_context.proto
T

8 lines
98 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package google.protobuf;
message SourceContext {
string file_name = 1;
}