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

     1  syntax = "proto3";
     2  
     3  package issue330;
     4  
     5  import "github.com/gogo/protobuf/gogoproto/gogo.proto";
     6  
     7  option (gogoproto.benchgen_all)    = true;
     8  option (gogoproto.equal_all)       = true;
     9  option (gogoproto.marshaler_all)   = true;
    10  option (gogoproto.populate_all)    = true;
    11  option (gogoproto.sizer_all)       = true;
    12  option (gogoproto.testgen_all)     = true;
    13  option (gogoproto.unmarshaler_all) = true;
    14  
    15  message Object {
    16      uint32 type         = 1 [(gogoproto.casttype) = "TypeIdentifier"];
    17  }