...

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

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

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

View as plain text