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

package google.expr.proto3.test;

option go_package = "github.com/google/cel-go/test/proto3pb";

enum ImportedGlobalEnum {
    IMPORT_FOO = 0;
    IMPORT_BAR = 1;
    IMPORT_BAZ = 2;
}