File: test.proto

package info (click to toggle)
golang-github-golang-protobuf-1-3 1.3.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, experimental, sid, trixie
  • size: 1,956 kB
  • sloc: sh: 37; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
syntax = "proto2";

package oneoftest;

message Foo {
	oneof bar {
		string get_bar = 1;
	}
}