File: foo.proto

package info (click to toggle)
upb 0.0.0~git200730-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,680 kB
  • sloc: ansic: 16,828; cpp: 5,098; python: 360; pascal: 160; ruby: 21; sh: 19; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7

syntax = "proto2";

message Foo {
  optional int64 time = 1;
  optional string greeting = 2;
}