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

     1  package int64support;
     2  
     3  import "github.com/gogo/protobuf/gogoproto/gogo.proto";
     4  
     5  option go_package = "int64support";
     6  option (gogoproto.benchgen_all) = true;
     7  option (gogoproto.enum_stringer_all) = true;
     8  option (gogoproto.equal_all) = true;
     9  option (gogoproto.goproto_enum_prefix_all) = false;
    10  option (gogoproto.goproto_enum_stringer_all) = false;
    11  option (gogoproto.goproto_stringer_all) = false;
    12  option (gogoproto.goproto_unrecognized_all) = false;
    13  option (gogoproto.gostring_all) = true;
    14  option (gogoproto.marshaler_all) = true;
    15  option (gogoproto.populate_all) = true;
    16  option (gogoproto.sizer_all) = true;
    17  option (gogoproto.stringer_all) =  true;
    18  option (gogoproto.testgen_all) = true;
    19  option (gogoproto.unmarshaler_all) = true;
    20  option (gogoproto.verbose_equal_all) = true;
    21  
    22  message Object {
    23    optional int64 optional_number = 1;
    24  }