File: team.proto

package info (click to toggle)
caddy 2.6.2-14
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,876 kB
  • sloc: sh: 730; makefile: 30
file content (10 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package cel.testdata;

import "cel/testdata/mutant.proto";

message Team {
  string name = 1;
  repeated Mutant members = 2;
}