github.com/gogo/protobuf@v1.3.2/test/issue312/events/events.proto (about)

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