File: more.proto

package info (click to toggle)
gradle-plugin-protobuf 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: xml: 47; java: 6; makefile: 2; sh: 1
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
message MoreMsg {
    optional string bar = 1;
}

message Foo {
    optional string stuff = 1;
}