File: mutant.proto

package info (click to toggle)
golang-github-google-cel-go 0.18.2%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,888 kB
  • sloc: sh: 93; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (3)
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;
}