...

Text file src/github.com/gogo/protobuf/test/issue312/issue312.proto

Documentation: github.com/gogo/protobuf/test/issue312

     1syntax = "proto2";
     2
     3package issue312;
     4
     5import "github.com/gogo/protobuf/gogoproto/gogo.proto";
     6
     7option go_package = "issue312";
     8option (gogoproto.gostring_all) = true;
     9option (gogoproto.populate_all) = true;
    10option (gogoproto.equal_all) = true;
    11option (gogoproto.testgen_all) = true;
    12
    13enum TaskState {
    14  TASK_STAGING = 6;
    15  TASK_STARTING = 0;
    16  TASK_RUNNING = 1;
    17}

View as plain text