File: mutant.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 (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
syntax = "proto3";

package cel.testdata;

message Mutant {
  string name = 1;
  int32 level = 2;
  string super_power = 3;
}