extension_base.pb.go 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: extension_base/extension_base.proto
  3. package extension_base
  4. import (
  5. fmt "fmt"
  6. proto "github.com/golang/protobuf/proto"
  7. math "math"
  8. )
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  18. type BaseMessage struct {
  19. Height *int32 `protobuf:"varint,1,opt,name=height" json:"height,omitempty"`
  20. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  21. proto.XXX_InternalExtensions `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *BaseMessage) Reset() { *m = BaseMessage{} }
  26. func (m *BaseMessage) String() string { return proto.CompactTextString(m) }
  27. func (*BaseMessage) ProtoMessage() {}
  28. func (*BaseMessage) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_2fbd53bac0b7ca8a, []int{0}
  30. }
  31. var extRange_BaseMessage = []proto.ExtensionRange{
  32. {Start: 4, End: 9},
  33. {Start: 16, End: 536870911},
  34. }
  35. func (*BaseMessage) ExtensionRangeArray() []proto.ExtensionRange {
  36. return extRange_BaseMessage
  37. }
  38. func (m *BaseMessage) XXX_Unmarshal(b []byte) error {
  39. return xxx_messageInfo_BaseMessage.Unmarshal(m, b)
  40. }
  41. func (m *BaseMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  42. return xxx_messageInfo_BaseMessage.Marshal(b, m, deterministic)
  43. }
  44. func (m *BaseMessage) XXX_Merge(src proto.Message) {
  45. xxx_messageInfo_BaseMessage.Merge(m, src)
  46. }
  47. func (m *BaseMessage) XXX_Size() int {
  48. return xxx_messageInfo_BaseMessage.Size(m)
  49. }
  50. func (m *BaseMessage) XXX_DiscardUnknown() {
  51. xxx_messageInfo_BaseMessage.DiscardUnknown(m)
  52. }
  53. var xxx_messageInfo_BaseMessage proto.InternalMessageInfo
  54. func (m *BaseMessage) GetHeight() int32 {
  55. if m != nil && m.Height != nil {
  56. return *m.Height
  57. }
  58. return 0
  59. }
  60. // Another message that may be extended, using message_set_wire_format.
  61. type OldStyleMessage struct {
  62. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  63. proto.XXX_InternalExtensions `protobuf_messageset:"1" json:"-"`
  64. XXX_unrecognized []byte `json:"-"`
  65. XXX_sizecache int32 `json:"-"`
  66. }
  67. func (m *OldStyleMessage) Reset() { *m = OldStyleMessage{} }
  68. func (m *OldStyleMessage) String() string { return proto.CompactTextString(m) }
  69. func (*OldStyleMessage) ProtoMessage() {}
  70. func (*OldStyleMessage) Descriptor() ([]byte, []int) {
  71. return fileDescriptor_2fbd53bac0b7ca8a, []int{1}
  72. }
  73. var extRange_OldStyleMessage = []proto.ExtensionRange{
  74. {Start: 100, End: 2147483646},
  75. }
  76. func (*OldStyleMessage) ExtensionRangeArray() []proto.ExtensionRange {
  77. return extRange_OldStyleMessage
  78. }
  79. func (m *OldStyleMessage) XXX_Unmarshal(b []byte) error {
  80. return xxx_messageInfo_OldStyleMessage.Unmarshal(m, b)
  81. }
  82. func (m *OldStyleMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  83. return xxx_messageInfo_OldStyleMessage.Marshal(b, m, deterministic)
  84. }
  85. func (m *OldStyleMessage) XXX_Merge(src proto.Message) {
  86. xxx_messageInfo_OldStyleMessage.Merge(m, src)
  87. }
  88. func (m *OldStyleMessage) XXX_Size() int {
  89. return xxx_messageInfo_OldStyleMessage.Size(m)
  90. }
  91. func (m *OldStyleMessage) XXX_DiscardUnknown() {
  92. xxx_messageInfo_OldStyleMessage.DiscardUnknown(m)
  93. }
  94. var xxx_messageInfo_OldStyleMessage proto.InternalMessageInfo
  95. func init() {
  96. proto.RegisterType((*BaseMessage)(nil), "extension_base.BaseMessage")
  97. proto.RegisterType((*OldStyleMessage)(nil), "extension_base.OldStyleMessage")
  98. }
  99. func init() {
  100. proto.RegisterFile("extension_base/extension_base.proto", fileDescriptor_2fbd53bac0b7ca8a)
  101. }
  102. var fileDescriptor_2fbd53bac0b7ca8a = []byte{
  103. // 179 bytes of a gzipped FileDescriptorProto
  104. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4e, 0xad, 0x28, 0x49,
  105. 0xcd, 0x2b, 0xce, 0xcc, 0xcf, 0x8b, 0x4f, 0x4a, 0x2c, 0x4e, 0xd5, 0x47, 0xe5, 0xea, 0x15, 0x14,
  106. 0xe5, 0x97, 0xe4, 0x0b, 0xf1, 0xa1, 0x8a, 0x2a, 0x99, 0x72, 0x71, 0x3b, 0x25, 0x16, 0xa7, 0xfa,
  107. 0xa6, 0x16, 0x17, 0x27, 0xa6, 0xa7, 0x0a, 0x89, 0x71, 0xb1, 0x65, 0xa4, 0x66, 0xa6, 0x67, 0x94,
  108. 0x48, 0x30, 0x2a, 0x30, 0x6a, 0xb0, 0x06, 0x41, 0x79, 0x5a, 0x2c, 0x1c, 0x2c, 0x02, 0x5c, 0x5a,
  109. 0x1c, 0x1c, 0x02, 0x02, 0x0d, 0x0d, 0x0d, 0x0d, 0x4c, 0x4a, 0xf2, 0x5c, 0xfc, 0xfe, 0x39, 0x29,
  110. 0xc1, 0x25, 0x95, 0x39, 0x30, 0xad, 0x5a, 0x1c, 0x1c, 0x29, 0x02, 0xff, 0xff, 0xff, 0xff, 0xcf,
  111. 0x6e, 0xc5, 0xc4, 0xc1, 0xe8, 0xe4, 0x14, 0xe5, 0x90, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97,
  112. 0x9c, 0x9f, 0xab, 0x9f, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x0f, 0x76, 0x42, 0x52, 0x69, 0x1a,
  113. 0x84, 0x91, 0xac, 0x9b, 0x9e, 0x9a, 0xa7, 0x9b, 0x9e, 0xaf, 0x5f, 0x92, 0x5a, 0x5c, 0x92, 0x92,
  114. 0x58, 0x92, 0x88, 0xe6, 0x62, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7a, 0x7f, 0xb7, 0x2a, 0xd1,
  115. 0x00, 0x00, 0x00,
  116. }