mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 19:26:40 +00:00
7 lines
98 B
Protocol Buffer
7 lines
98 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package google.protobuf;
|
|
|
|
message SourceContext {
|
|
string file_name = 1;
|
|
}
|