garden.pb.go 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: garden.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 GardenInitDbRequest struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *GardenInitDbRequest) Reset() { *m = GardenInitDbRequest{} }
  26. func (m *GardenInitDbRequest) String() string { return proto.CompactTextString(m) }
  27. func (*GardenInitDbRequest) ProtoMessage() {}
  28. func (*GardenInitDbRequest) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_5b775c37bba03b28, []int{0}
  30. }
  31. func (m *GardenInitDbRequest) XXX_Unmarshal(b []byte) error {
  32. return xxx_messageInfo_GardenInitDbRequest.Unmarshal(m, b)
  33. }
  34. func (m *GardenInitDbRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  35. return xxx_messageInfo_GardenInitDbRequest.Marshal(b, m, deterministic)
  36. }
  37. func (m *GardenInitDbRequest) XXX_Merge(src proto.Message) {
  38. xxx_messageInfo_GardenInitDbRequest.Merge(m, src)
  39. }
  40. func (m *GardenInitDbRequest) XXX_Size() int {
  41. return xxx_messageInfo_GardenInitDbRequest.Size(m)
  42. }
  43. func (m *GardenInitDbRequest) XXX_DiscardUnknown() {
  44. xxx_messageInfo_GardenInitDbRequest.DiscardUnknown(m)
  45. }
  46. var xxx_messageInfo_GardenInitDbRequest proto.InternalMessageInfo
  47. func (m *GardenInitDbRequest) GetGardenId() int64 {
  48. if m != nil {
  49. return m.GardenId
  50. }
  51. return 0
  52. }
  53. type GardenInitDbReply struct {
  54. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  55. XXX_unrecognized []byte `json:"-"`
  56. XXX_sizecache int32 `json:"-"`
  57. }
  58. func (m *GardenInitDbReply) Reset() { *m = GardenInitDbReply{} }
  59. func (m *GardenInitDbReply) String() string { return proto.CompactTextString(m) }
  60. func (*GardenInitDbReply) ProtoMessage() {}
  61. func (*GardenInitDbReply) Descriptor() ([]byte, []int) {
  62. return fileDescriptor_5b775c37bba03b28, []int{1}
  63. }
  64. func (m *GardenInitDbReply) XXX_Unmarshal(b []byte) error {
  65. return xxx_messageInfo_GardenInitDbReply.Unmarshal(m, b)
  66. }
  67. func (m *GardenInitDbReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  68. return xxx_messageInfo_GardenInitDbReply.Marshal(b, m, deterministic)
  69. }
  70. func (m *GardenInitDbReply) XXX_Merge(src proto.Message) {
  71. xxx_messageInfo_GardenInitDbReply.Merge(m, src)
  72. }
  73. func (m *GardenInitDbReply) XXX_Size() int {
  74. return xxx_messageInfo_GardenInitDbReply.Size(m)
  75. }
  76. func (m *GardenInitDbReply) XXX_DiscardUnknown() {
  77. xxx_messageInfo_GardenInitDbReply.DiscardUnknown(m)
  78. }
  79. var xxx_messageInfo_GardenInitDbReply proto.InternalMessageInfo
  80. type GardenHouseIsInRequest struct {
  81. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  82. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  83. XXX_unrecognized []byte `json:"-"`
  84. XXX_sizecache int32 `json:"-"`
  85. }
  86. func (m *GardenHouseIsInRequest) Reset() { *m = GardenHouseIsInRequest{} }
  87. func (m *GardenHouseIsInRequest) String() string { return proto.CompactTextString(m) }
  88. func (*GardenHouseIsInRequest) ProtoMessage() {}
  89. func (*GardenHouseIsInRequest) Descriptor() ([]byte, []int) {
  90. return fileDescriptor_5b775c37bba03b28, []int{2}
  91. }
  92. func (m *GardenHouseIsInRequest) XXX_Unmarshal(b []byte) error {
  93. return xxx_messageInfo_GardenHouseIsInRequest.Unmarshal(m, b)
  94. }
  95. func (m *GardenHouseIsInRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  96. return xxx_messageInfo_GardenHouseIsInRequest.Marshal(b, m, deterministic)
  97. }
  98. func (m *GardenHouseIsInRequest) XXX_Merge(src proto.Message) {
  99. xxx_messageInfo_GardenHouseIsInRequest.Merge(m, src)
  100. }
  101. func (m *GardenHouseIsInRequest) XXX_Size() int {
  102. return xxx_messageInfo_GardenHouseIsInRequest.Size(m)
  103. }
  104. func (m *GardenHouseIsInRequest) XXX_DiscardUnknown() {
  105. xxx_messageInfo_GardenHouseIsInRequest.DiscardUnknown(m)
  106. }
  107. var xxx_messageInfo_GardenHouseIsInRequest proto.InternalMessageInfo
  108. func (m *GardenHouseIsInRequest) GetGardenId() int64 {
  109. if m != nil {
  110. return m.GardenId
  111. }
  112. return 0
  113. }
  114. type GardenHouseIsInReply struct {
  115. In bool `protobuf:"varint,1,opt,name=in,proto3" json:"in"`
  116. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  117. XXX_unrecognized []byte `json:"-"`
  118. XXX_sizecache int32 `json:"-"`
  119. }
  120. func (m *GardenHouseIsInReply) Reset() { *m = GardenHouseIsInReply{} }
  121. func (m *GardenHouseIsInReply) String() string { return proto.CompactTextString(m) }
  122. func (*GardenHouseIsInReply) ProtoMessage() {}
  123. func (*GardenHouseIsInReply) Descriptor() ([]byte, []int) {
  124. return fileDescriptor_5b775c37bba03b28, []int{3}
  125. }
  126. func (m *GardenHouseIsInReply) XXX_Unmarshal(b []byte) error {
  127. return xxx_messageInfo_GardenHouseIsInReply.Unmarshal(m, b)
  128. }
  129. func (m *GardenHouseIsInReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  130. return xxx_messageInfo_GardenHouseIsInReply.Marshal(b, m, deterministic)
  131. }
  132. func (m *GardenHouseIsInReply) XXX_Merge(src proto.Message) {
  133. xxx_messageInfo_GardenHouseIsInReply.Merge(m, src)
  134. }
  135. func (m *GardenHouseIsInReply) XXX_Size() int {
  136. return xxx_messageInfo_GardenHouseIsInReply.Size(m)
  137. }
  138. func (m *GardenHouseIsInReply) XXX_DiscardUnknown() {
  139. xxx_messageInfo_GardenHouseIsInReply.DiscardUnknown(m)
  140. }
  141. var xxx_messageInfo_GardenHouseIsInReply proto.InternalMessageInfo
  142. func (m *GardenHouseIsInReply) GetIn() bool {
  143. if m != nil {
  144. return m.In
  145. }
  146. return false
  147. }
  148. type GardenHouseRentChangeFieldRequest struct {
  149. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  150. HouseId int64 `protobuf:"varint,2,opt,name=house_id,json=houseId,proto3" json:"house_id"`
  151. UnitId int64 `protobuf:"varint,3,opt,name=unit_id,json=unitId,proto3" json:"unit_id"`
  152. RoomCount int64 `protobuf:"varint,4,opt,name=room_count,json=roomCount,proto3" json:"room_count"`
  153. HallCount int64 `protobuf:"varint,5,opt,name=hall_count,json=hallCount,proto3" json:"hall_count"`
  154. HasLift bool `protobuf:"varint,6,opt,name=has_lift,json=hasLift,proto3" json:"has_lift"`
  155. HouseArea float64 `protobuf:"fixed64,7,opt,name=house_area,json=houseArea,proto3" json:"house_area"`
  156. Layer int64 `protobuf:"varint,8,opt,name=layer,proto3" json:"layer"`
  157. GardenName string `protobuf:"bytes,9,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  158. Lnt float64 `protobuf:"fixed64,10,opt,name=lnt,proto3" json:"lnt"`
  159. Lat float64 `protobuf:"fixed64,11,opt,name=lat,proto3" json:"lat"`
  160. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  161. XXX_unrecognized []byte `json:"-"`
  162. XXX_sizecache int32 `json:"-"`
  163. }
  164. func (m *GardenHouseRentChangeFieldRequest) Reset() { *m = GardenHouseRentChangeFieldRequest{} }
  165. func (m *GardenHouseRentChangeFieldRequest) String() string { return proto.CompactTextString(m) }
  166. func (*GardenHouseRentChangeFieldRequest) ProtoMessage() {}
  167. func (*GardenHouseRentChangeFieldRequest) Descriptor() ([]byte, []int) {
  168. return fileDescriptor_5b775c37bba03b28, []int{4}
  169. }
  170. func (m *GardenHouseRentChangeFieldRequest) XXX_Unmarshal(b []byte) error {
  171. return xxx_messageInfo_GardenHouseRentChangeFieldRequest.Unmarshal(m, b)
  172. }
  173. func (m *GardenHouseRentChangeFieldRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  174. return xxx_messageInfo_GardenHouseRentChangeFieldRequest.Marshal(b, m, deterministic)
  175. }
  176. func (m *GardenHouseRentChangeFieldRequest) XXX_Merge(src proto.Message) {
  177. xxx_messageInfo_GardenHouseRentChangeFieldRequest.Merge(m, src)
  178. }
  179. func (m *GardenHouseRentChangeFieldRequest) XXX_Size() int {
  180. return xxx_messageInfo_GardenHouseRentChangeFieldRequest.Size(m)
  181. }
  182. func (m *GardenHouseRentChangeFieldRequest) XXX_DiscardUnknown() {
  183. xxx_messageInfo_GardenHouseRentChangeFieldRequest.DiscardUnknown(m)
  184. }
  185. var xxx_messageInfo_GardenHouseRentChangeFieldRequest proto.InternalMessageInfo
  186. func (m *GardenHouseRentChangeFieldRequest) GetGardenId() int64 {
  187. if m != nil {
  188. return m.GardenId
  189. }
  190. return 0
  191. }
  192. func (m *GardenHouseRentChangeFieldRequest) GetHouseId() int64 {
  193. if m != nil {
  194. return m.HouseId
  195. }
  196. return 0
  197. }
  198. func (m *GardenHouseRentChangeFieldRequest) GetUnitId() int64 {
  199. if m != nil {
  200. return m.UnitId
  201. }
  202. return 0
  203. }
  204. func (m *GardenHouseRentChangeFieldRequest) GetRoomCount() int64 {
  205. if m != nil {
  206. return m.RoomCount
  207. }
  208. return 0
  209. }
  210. func (m *GardenHouseRentChangeFieldRequest) GetHallCount() int64 {
  211. if m != nil {
  212. return m.HallCount
  213. }
  214. return 0
  215. }
  216. func (m *GardenHouseRentChangeFieldRequest) GetHasLift() bool {
  217. if m != nil {
  218. return m.HasLift
  219. }
  220. return false
  221. }
  222. func (m *GardenHouseRentChangeFieldRequest) GetHouseArea() float64 {
  223. if m != nil {
  224. return m.HouseArea
  225. }
  226. return 0
  227. }
  228. func (m *GardenHouseRentChangeFieldRequest) GetLayer() int64 {
  229. if m != nil {
  230. return m.Layer
  231. }
  232. return 0
  233. }
  234. func (m *GardenHouseRentChangeFieldRequest) GetGardenName() string {
  235. if m != nil {
  236. return m.GardenName
  237. }
  238. return ""
  239. }
  240. func (m *GardenHouseRentChangeFieldRequest) GetLnt() float64 {
  241. if m != nil {
  242. return m.Lnt
  243. }
  244. return 0
  245. }
  246. func (m *GardenHouseRentChangeFieldRequest) GetLat() float64 {
  247. if m != nil {
  248. return m.Lat
  249. }
  250. return 0
  251. }
  252. type GardenHouseRentChangeFieldReply struct {
  253. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  254. XXX_unrecognized []byte `json:"-"`
  255. XXX_sizecache int32 `json:"-"`
  256. }
  257. func (m *GardenHouseRentChangeFieldReply) Reset() { *m = GardenHouseRentChangeFieldReply{} }
  258. func (m *GardenHouseRentChangeFieldReply) String() string { return proto.CompactTextString(m) }
  259. func (*GardenHouseRentChangeFieldReply) ProtoMessage() {}
  260. func (*GardenHouseRentChangeFieldReply) Descriptor() ([]byte, []int) {
  261. return fileDescriptor_5b775c37bba03b28, []int{5}
  262. }
  263. func (m *GardenHouseRentChangeFieldReply) XXX_Unmarshal(b []byte) error {
  264. return xxx_messageInfo_GardenHouseRentChangeFieldReply.Unmarshal(m, b)
  265. }
  266. func (m *GardenHouseRentChangeFieldReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  267. return xxx_messageInfo_GardenHouseRentChangeFieldReply.Marshal(b, m, deterministic)
  268. }
  269. func (m *GardenHouseRentChangeFieldReply) XXX_Merge(src proto.Message) {
  270. xxx_messageInfo_GardenHouseRentChangeFieldReply.Merge(m, src)
  271. }
  272. func (m *GardenHouseRentChangeFieldReply) XXX_Size() int {
  273. return xxx_messageInfo_GardenHouseRentChangeFieldReply.Size(m)
  274. }
  275. func (m *GardenHouseRentChangeFieldReply) XXX_DiscardUnknown() {
  276. xxx_messageInfo_GardenHouseRentChangeFieldReply.DiscardUnknown(m)
  277. }
  278. var xxx_messageInfo_GardenHouseRentChangeFieldReply proto.InternalMessageInfo
  279. func init() {
  280. proto.RegisterType((*GardenInitDbRequest)(nil), "pb_v1.GardenInitDbRequest")
  281. proto.RegisterType((*GardenInitDbReply)(nil), "pb_v1.GardenInitDbReply")
  282. proto.RegisterType((*GardenHouseIsInRequest)(nil), "pb_v1.GardenHouseIsInRequest")
  283. proto.RegisterType((*GardenHouseIsInReply)(nil), "pb_v1.GardenHouseIsInReply")
  284. proto.RegisterType((*GardenHouseRentChangeFieldRequest)(nil), "pb_v1.GardenHouseRentChangeFieldRequest")
  285. proto.RegisterType((*GardenHouseRentChangeFieldReply)(nil), "pb_v1.GardenHouseRentChangeFieldReply")
  286. }
  287. func init() {
  288. proto.RegisterFile("garden.proto", fileDescriptor_5b775c37bba03b28)
  289. }
  290. var fileDescriptor_5b775c37bba03b28 = []byte{
  291. // 348 bytes of a gzipped FileDescriptorProto
  292. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x4e, 0xe3, 0x30,
  293. 0x10, 0x86, 0x95, 0x74, 0xdb, 0x24, 0xd3, 0xd5, 0x6a, 0xd7, 0xed, 0x52, 0x23, 0x84, 0xda, 0xe6,
  294. 0x80, 0x7a, 0x81, 0xaa, 0x20, 0x1e, 0x00, 0x8a, 0x80, 0x48, 0x88, 0x43, 0x8e, 0x5c, 0x22, 0x87,
  295. 0xb8, 0x8d, 0x25, 0xc7, 0x31, 0x8e, 0x53, 0x29, 0x4f, 0xc8, 0x6b, 0x21, 0xdb, 0x3d, 0x80, 0x90,
  296. 0x50, 0x6f, 0x99, 0xef, 0x9b, 0x7f, 0x26, 0x13, 0x05, 0x7e, 0x6f, 0x89, 0x2a, 0xa8, 0xb8, 0x90,
  297. 0xaa, 0xd6, 0x35, 0xea, 0xcb, 0x3c, 0xdb, 0xad, 0xe2, 0x4b, 0x18, 0x3d, 0x58, 0x9c, 0x08, 0xa6,
  298. 0xef, 0xf2, 0x94, 0xbe, 0xb5, 0xb4, 0xd1, 0xe8, 0x04, 0x22, 0xd7, 0x9d, 0xb1, 0x02, 0x7b, 0x33,
  299. 0x6f, 0xd1, 0x4b, 0x43, 0x07, 0x92, 0x22, 0x1e, 0xc1, 0xbf, 0xaf, 0x19, 0xc9, 0xbb, 0xf8, 0x1a,
  300. 0x8e, 0x1c, 0x7c, 0xac, 0xdb, 0x86, 0x26, 0x4d, 0x22, 0x0e, 0x9a, 0x75, 0x06, 0xe3, 0x6f, 0x31,
  301. 0xc9, 0x3b, 0xf4, 0x07, 0x7c, 0x26, 0x6c, 0x77, 0x98, 0xfa, 0x4c, 0xc4, 0xef, 0x3e, 0xcc, 0x3f,
  302. 0x35, 0xa6, 0x54, 0xe8, 0x75, 0x49, 0xc4, 0x96, 0xde, 0x33, 0xca, 0x8b, 0x43, 0x56, 0xa1, 0x63,
  303. 0x08, 0x4b, 0x93, 0x35, 0xce, 0xb7, 0x2e, 0xb0, 0x75, 0x52, 0xa0, 0x09, 0x04, 0xad, 0x60, 0xda,
  304. 0x98, 0x9e, 0x35, 0x03, 0x53, 0x26, 0x05, 0x3a, 0x05, 0x50, 0x75, 0x5d, 0x65, 0xaf, 0x75, 0x2b,
  305. 0x34, 0xfe, 0x65, 0x5d, 0x64, 0xc8, 0xda, 0x00, 0xa3, 0x4b, 0xc2, 0xf9, 0x5e, 0xf7, 0x9d, 0x36,
  306. 0xc4, 0x69, 0xb3, 0x91, 0x34, 0x19, 0x67, 0x1b, 0x8d, 0x07, 0xf6, 0x94, 0xa0, 0x24, 0xcd, 0x13,
  307. 0xdb, 0xb8, 0xa4, 0x7d, 0x19, 0xa2, 0x28, 0xc1, 0xc1, 0xcc, 0x5b, 0x78, 0x69, 0x64, 0xc9, 0x8d,
  308. 0xa2, 0x04, 0x8d, 0xa1, 0xcf, 0x49, 0x47, 0x15, 0x0e, 0xed, 0x4c, 0x57, 0xa0, 0x29, 0x0c, 0xf7,
  309. 0xe7, 0x09, 0x52, 0x51, 0x1c, 0xcd, 0xbc, 0x45, 0x94, 0x82, 0x43, 0xcf, 0xa4, 0xa2, 0xe8, 0x2f,
  310. 0xf4, 0xb8, 0xd0, 0x18, 0xec, 0x38, 0xf3, 0x68, 0x09, 0xd1, 0x78, 0xb8, 0x27, 0x44, 0xc7, 0x73,
  311. 0x98, 0xfe, 0xf4, 0x21, 0x25, 0xef, 0x6e, 0x27, 0x2f, 0xff, 0xa5, 0xaa, 0x25, 0x55, 0xba, 0x3b,
  312. 0x6f, 0xba, 0x46, 0xd3, 0x6a, 0x29, 0xf3, 0xe5, 0x6e, 0x95, 0x0f, 0xec, 0xbf, 0x73, 0xf5, 0x11,
  313. 0x00, 0x00, 0xff, 0xff, 0x57, 0xfa, 0xd2, 0x4c, 0x4b, 0x02, 0x00, 0x00,
  314. }