dcodeIO/protobuf.js

View on GitHub
google/protobuf/source_context.proto

Summary

Maintainability
Test Coverage
syntax = "proto3";

package google.protobuf;

message SourceContext {
    string file_name = 1;
}