aboutsummaryrefslogtreecommitdiff
path: root/python/tests/proto_pkg_path/proto/common.proto
blob: b24b8eaa55cf5226d1256ade6f2db29ccab76112 (plain)
1
2
3
4
5
syntax = "proto3";

message MyCommonMessage {
  string common = 1;
}