device.pb.go 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: device.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type HouseholdGateSyncCheckRequest struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. UnitId int64 `protobuf:"varint,2,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
  22. Uid int64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid"`
  23. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  24. XXX_unrecognized []byte `json:"-"`
  25. XXX_sizecache int32 `json:"-"`
  26. }
  27. func (m *HouseholdGateSyncCheckRequest) Reset() { *m = HouseholdGateSyncCheckRequest{} }
  28. func (m *HouseholdGateSyncCheckRequest) String() string { return proto.CompactTextString(m) }
  29. func (*HouseholdGateSyncCheckRequest) ProtoMessage() {}
  30. func (*HouseholdGateSyncCheckRequest) Descriptor() ([]byte, []int) {
  31. return fileDescriptor_870276a56ac00da5, []int{0}
  32. }
  33. func (m *HouseholdGateSyncCheckRequest) XXX_Unmarshal(b []byte) error {
  34. return xxx_messageInfo_HouseholdGateSyncCheckRequest.Unmarshal(m, b)
  35. }
  36. func (m *HouseholdGateSyncCheckRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  37. return xxx_messageInfo_HouseholdGateSyncCheckRequest.Marshal(b, m, deterministic)
  38. }
  39. func (m *HouseholdGateSyncCheckRequest) XXX_Merge(src proto.Message) {
  40. xxx_messageInfo_HouseholdGateSyncCheckRequest.Merge(m, src)
  41. }
  42. func (m *HouseholdGateSyncCheckRequest) XXX_Size() int {
  43. return xxx_messageInfo_HouseholdGateSyncCheckRequest.Size(m)
  44. }
  45. func (m *HouseholdGateSyncCheckRequest) XXX_DiscardUnknown() {
  46. xxx_messageInfo_HouseholdGateSyncCheckRequest.DiscardUnknown(m)
  47. }
  48. var xxx_messageInfo_HouseholdGateSyncCheckRequest proto.InternalMessageInfo
  49. func (m *HouseholdGateSyncCheckRequest) GetGardenId() int64 {
  50. if m != nil {
  51. return m.GardenId
  52. }
  53. return 0
  54. }
  55. func (m *HouseholdGateSyncCheckRequest) GetUnitId() int64 {
  56. if m != nil {
  57. return m.UnitId
  58. }
  59. return 0
  60. }
  61. func (m *HouseholdGateSyncCheckRequest) GetUid() int64 {
  62. if m != nil {
  63. return m.Uid
  64. }
  65. return 0
  66. }
  67. type HouseholdGateSyncCheckReply struct {
  68. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  69. XXX_unrecognized []byte `json:"-"`
  70. XXX_sizecache int32 `json:"-"`
  71. }
  72. func (m *HouseholdGateSyncCheckReply) Reset() { *m = HouseholdGateSyncCheckReply{} }
  73. func (m *HouseholdGateSyncCheckReply) String() string { return proto.CompactTextString(m) }
  74. func (*HouseholdGateSyncCheckReply) ProtoMessage() {}
  75. func (*HouseholdGateSyncCheckReply) Descriptor() ([]byte, []int) {
  76. return fileDescriptor_870276a56ac00da5, []int{1}
  77. }
  78. func (m *HouseholdGateSyncCheckReply) XXX_Unmarshal(b []byte) error {
  79. return xxx_messageInfo_HouseholdGateSyncCheckReply.Unmarshal(m, b)
  80. }
  81. func (m *HouseholdGateSyncCheckReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  82. return xxx_messageInfo_HouseholdGateSyncCheckReply.Marshal(b, m, deterministic)
  83. }
  84. func (m *HouseholdGateSyncCheckReply) XXX_Merge(src proto.Message) {
  85. xxx_messageInfo_HouseholdGateSyncCheckReply.Merge(m, src)
  86. }
  87. func (m *HouseholdGateSyncCheckReply) XXX_Size() int {
  88. return xxx_messageInfo_HouseholdGateSyncCheckReply.Size(m)
  89. }
  90. func (m *HouseholdGateSyncCheckReply) XXX_DiscardUnknown() {
  91. xxx_messageInfo_HouseholdGateSyncCheckReply.DiscardUnknown(m)
  92. }
  93. var xxx_messageInfo_HouseholdGateSyncCheckReply proto.InternalMessageInfo
  94. func init() {
  95. proto.RegisterType((*HouseholdGateSyncCheckRequest)(nil), "pb_v1.HouseholdGateSyncCheckRequest")
  96. proto.RegisterType((*HouseholdGateSyncCheckReply)(nil), "pb_v1.HouseholdGateSyncCheckReply")
  97. }
  98. func init() {
  99. proto.RegisterFile("device.proto", fileDescriptor_870276a56ac00da5)
  100. }
  101. var fileDescriptor_870276a56ac00da5 = []byte{
  102. // 169 bytes of a gzipped FileDescriptorProto
  103. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2, 0x49, 0x49, 0x2d, 0xcb,
  104. 0x4c, 0x4e, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x2d, 0x48, 0x8a, 0x2f, 0x33, 0x54,
  105. 0x4a, 0xe7, 0x92, 0xf5, 0xc8, 0x2f, 0x2d, 0x4e, 0xcd, 0xc8, 0xcf, 0x49, 0x71, 0x4f, 0x2c, 0x49,
  106. 0x0d, 0xae, 0xcc, 0x4b, 0x76, 0xce, 0x48, 0x4d, 0xce, 0x0e, 0x4a, 0x2d, 0x2c, 0x4d, 0x2d, 0x2e,
  107. 0x11, 0x92, 0xe6, 0xe2, 0x4c, 0x4f, 0x2c, 0x4a, 0x49, 0xcd, 0x8b, 0xcf, 0x4c, 0x91, 0x60, 0x54,
  108. 0x60, 0xd4, 0x60, 0x0e, 0xe2, 0x80, 0x08, 0x78, 0xa6, 0x08, 0x89, 0x73, 0xb1, 0x97, 0xe6, 0x65,
  109. 0x96, 0x80, 0xa4, 0x98, 0xc0, 0x52, 0x6c, 0x20, 0xae, 0x67, 0x8a, 0x90, 0x00, 0x17, 0x73, 0x69,
  110. 0x66, 0x8a, 0x04, 0x33, 0x58, 0x10, 0xc4, 0x54, 0x92, 0xe5, 0x92, 0xc6, 0x65, 0x51, 0x41, 0x4e,
  111. 0xa5, 0x93, 0x78, 0x94, 0x68, 0x41, 0x51, 0x7e, 0x41, 0x6a, 0x51, 0x49, 0xa5, 0x2e, 0xc4, 0x78,
  112. 0xfd, 0x82, 0x24, 0xfd, 0x32, 0xc3, 0x24, 0x36, 0xb0, 0x73, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff,
  113. 0xff, 0x99, 0x5e, 0x4f, 0xed, 0xbe, 0x00, 0x00, 0x00,
  114. }