venue.pb.go 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: app/service/openplatform/ticket-item/api/grpc/v1/venue.proto
  3. package v1
  4. import proto "github.com/gogo/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "github.com/gogo/protobuf/gogoproto"
  8. import context "golang.org/x/net/context"
  9. import grpc "google.golang.org/grpc"
  10. import io "io"
  11. // Reference imports to suppress errors if they are not otherwise used.
  12. var _ = proto.Marshal
  13. var _ = fmt.Errorf
  14. var _ = math.Inf
  15. // The response message containing the VenueInfo
  16. type VenueInfo struct {
  17. ID int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  18. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
  19. Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"`
  20. AddrInfo *VenueAddrInfo `protobuf:"bytes,4,opt,name=addrInfo" json:"addr"`
  21. PlaceInfo *PlaceInfo `protobuf:"bytes,5,opt,name=place_info,json=placeInfo" json:"place"`
  22. }
  23. func (m *VenueInfo) Reset() { *m = VenueInfo{} }
  24. func (m *VenueInfo) String() string { return proto.CompactTextString(m) }
  25. func (*VenueInfo) ProtoMessage() {}
  26. func (*VenueInfo) Descriptor() ([]byte, []int) { return fileDescriptorVenue, []int{0} }
  27. // The response message containing the Venue location info
  28. type VenueAddrInfo struct {
  29. Province int64 `protobuf:"varint,1,opt,name=province,proto3" json:"provid"`
  30. City int64 `protobuf:"varint,2,opt,name=city,proto3" json:"cityid"`
  31. District int64 `protobuf:"varint,3,opt,name=district,proto3" json:"distid"`
  32. AddressDetail string `protobuf:"bytes,4,opt,name=addressDetail,proto3" json:"addr"`
  33. Traffic string `protobuf:"bytes,5,opt,name=traffic,proto3" json:"traff"`
  34. LonLatType string `protobuf:"bytes,6,opt,name=lon_lat_type,json=lonLatType,proto3" json:"lonlat_type"`
  35. LonLat string `protobuf:"bytes,7,opt,name=lonLat,proto3" json:"lonlat"`
  36. }
  37. func (m *VenueAddrInfo) Reset() { *m = VenueAddrInfo{} }
  38. func (m *VenueAddrInfo) String() string { return proto.CompactTextString(m) }
  39. func (*VenueAddrInfo) ProtoMessage() {}
  40. func (*VenueAddrInfo) Descriptor() ([]byte, []int) { return fileDescriptorVenue, []int{1} }
  41. // venueInfo接口请求
  42. type VenueInfoRequest struct {
  43. // 待修改场馆的ID(为0表示创建)
  44. ID int64 `protobuf:"varint,1,opt,name=ID,proto3" json:"id" validate:"min=0"`
  45. // 场馆名
  46. Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"name" validate:"max=25"`
  47. // 状态 1-启用 0-停用
  48. Status int32 `protobuf:"varint,3,opt,name=Status,proto3" json:"status" validate:"min=0,max=1"`
  49. // 省份ID
  50. Province int64 `protobuf:"varint,4,opt,name=Province,proto3" json:"provid" validate:"min=0"`
  51. // 城市ID
  52. City int64 `protobuf:"varint,5,opt,name=City,proto3" json:"cityid" validate:"min=0"`
  53. // 区县ID
  54. District int64 `protobuf:"varint,6,opt,name=District,proto3" json:"distid" validate:"min=0"`
  55. // 详细地址
  56. AddressDetail string `protobuf:"bytes,7,opt,name=AddressDetail,proto3" json:"addr" validate:"min=0,max=60"`
  57. // 交通信息
  58. Traffic string `protobuf:"bytes,8,opt,name=Traffic,proto3" json:"traff" validate:"min=0,max=100"`
  59. }
  60. func (m *VenueInfoRequest) Reset() { *m = VenueInfoRequest{} }
  61. func (m *VenueInfoRequest) String() string { return proto.CompactTextString(m) }
  62. func (*VenueInfoRequest) ProtoMessage() {}
  63. func (*VenueInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptorVenue, []int{2} }
  64. // venue接口返回
  65. type VenueInfoReply struct {
  66. // 操作结果
  67. Success bool `protobuf:"varint,1,opt,name=Success,proto3" json:"success"`
  68. // 操作场馆ID
  69. ID int64 `protobuf:"varint,2,opt,name=ID,proto3" json:"id"`
  70. }
  71. func (m *VenueInfoReply) Reset() { *m = VenueInfoReply{} }
  72. func (m *VenueInfoReply) String() string { return proto.CompactTextString(m) }
  73. func (*VenueInfoReply) ProtoMessage() {}
  74. func (*VenueInfoReply) Descriptor() ([]byte, []int) { return fileDescriptorVenue, []int{3} }
  75. func init() {
  76. proto.RegisterType((*VenueInfo)(nil), "ticket.service.item.v1.VenueInfo")
  77. proto.RegisterType((*VenueAddrInfo)(nil), "ticket.service.item.v1.VenueAddrInfo")
  78. proto.RegisterType((*VenueInfoRequest)(nil), "ticket.service.item.v1.VenueInfoRequest")
  79. proto.RegisterType((*VenueInfoReply)(nil), "ticket.service.item.v1.VenueInfoReply")
  80. }
  81. // Reference imports to suppress errors if they are not otherwise used.
  82. var _ context.Context
  83. var _ grpc.ClientConn
  84. // This is a compile-time assertion to ensure that this generated file
  85. // is compatible with the grpc package it is being compiled against.
  86. const _ = grpc.SupportPackageIsVersion4
  87. // Client API for Venue service
  88. type VenueClient interface {
  89. VenueInfo(ctx context.Context, in *VenueInfoRequest, opts ...grpc.CallOption) (*VenueInfoReply, error)
  90. }
  91. type venueClient struct {
  92. cc *grpc.ClientConn
  93. }
  94. func NewVenueClient(cc *grpc.ClientConn) VenueClient {
  95. return &venueClient{cc}
  96. }
  97. func (c *venueClient) VenueInfo(ctx context.Context, in *VenueInfoRequest, opts ...grpc.CallOption) (*VenueInfoReply, error) {
  98. out := new(VenueInfoReply)
  99. err := grpc.Invoke(ctx, "/ticket.service.item.v1.Venue/VenueInfo", in, out, c.cc, opts...)
  100. if err != nil {
  101. return nil, err
  102. }
  103. return out, nil
  104. }
  105. // Server API for Venue service
  106. type VenueServer interface {
  107. VenueInfo(context.Context, *VenueInfoRequest) (*VenueInfoReply, error)
  108. }
  109. func RegisterVenueServer(s *grpc.Server, srv VenueServer) {
  110. s.RegisterService(&_Venue_serviceDesc, srv)
  111. }
  112. func _Venue_VenueInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  113. in := new(VenueInfoRequest)
  114. if err := dec(in); err != nil {
  115. return nil, err
  116. }
  117. if interceptor == nil {
  118. return srv.(VenueServer).VenueInfo(ctx, in)
  119. }
  120. info := &grpc.UnaryServerInfo{
  121. Server: srv,
  122. FullMethod: "/ticket.service.item.v1.Venue/VenueInfo",
  123. }
  124. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  125. return srv.(VenueServer).VenueInfo(ctx, req.(*VenueInfoRequest))
  126. }
  127. return interceptor(ctx, in, info, handler)
  128. }
  129. var _Venue_serviceDesc = grpc.ServiceDesc{
  130. ServiceName: "ticket.service.item.v1.Venue",
  131. HandlerType: (*VenueServer)(nil),
  132. Methods: []grpc.MethodDesc{
  133. {
  134. MethodName: "VenueInfo",
  135. Handler: _Venue_VenueInfo_Handler,
  136. },
  137. },
  138. Streams: []grpc.StreamDesc{},
  139. Metadata: "app/service/openplatform/ticket-item/api/grpc/v1/venue.proto",
  140. }
  141. func (m *VenueInfo) Marshal() (dAtA []byte, err error) {
  142. size := m.Size()
  143. dAtA = make([]byte, size)
  144. n, err := m.MarshalTo(dAtA)
  145. if err != nil {
  146. return nil, err
  147. }
  148. return dAtA[:n], nil
  149. }
  150. func (m *VenueInfo) MarshalTo(dAtA []byte) (int, error) {
  151. var i int
  152. _ = i
  153. var l int
  154. _ = l
  155. if m.ID != 0 {
  156. dAtA[i] = 0x8
  157. i++
  158. i = encodeVarintVenue(dAtA, i, uint64(m.ID))
  159. }
  160. if len(m.Name) > 0 {
  161. dAtA[i] = 0x12
  162. i++
  163. i = encodeVarintVenue(dAtA, i, uint64(len(m.Name)))
  164. i += copy(dAtA[i:], m.Name)
  165. }
  166. if m.Status != 0 {
  167. dAtA[i] = 0x18
  168. i++
  169. i = encodeVarintVenue(dAtA, i, uint64(m.Status))
  170. }
  171. if m.AddrInfo != nil {
  172. dAtA[i] = 0x22
  173. i++
  174. i = encodeVarintVenue(dAtA, i, uint64(m.AddrInfo.Size()))
  175. n1, err := m.AddrInfo.MarshalTo(dAtA[i:])
  176. if err != nil {
  177. return 0, err
  178. }
  179. i += n1
  180. }
  181. if m.PlaceInfo != nil {
  182. dAtA[i] = 0x2a
  183. i++
  184. i = encodeVarintVenue(dAtA, i, uint64(m.PlaceInfo.Size()))
  185. n2, err := m.PlaceInfo.MarshalTo(dAtA[i:])
  186. if err != nil {
  187. return 0, err
  188. }
  189. i += n2
  190. }
  191. return i, nil
  192. }
  193. func (m *VenueAddrInfo) Marshal() (dAtA []byte, err error) {
  194. size := m.Size()
  195. dAtA = make([]byte, size)
  196. n, err := m.MarshalTo(dAtA)
  197. if err != nil {
  198. return nil, err
  199. }
  200. return dAtA[:n], nil
  201. }
  202. func (m *VenueAddrInfo) MarshalTo(dAtA []byte) (int, error) {
  203. var i int
  204. _ = i
  205. var l int
  206. _ = l
  207. if m.Province != 0 {
  208. dAtA[i] = 0x8
  209. i++
  210. i = encodeVarintVenue(dAtA, i, uint64(m.Province))
  211. }
  212. if m.City != 0 {
  213. dAtA[i] = 0x10
  214. i++
  215. i = encodeVarintVenue(dAtA, i, uint64(m.City))
  216. }
  217. if m.District != 0 {
  218. dAtA[i] = 0x18
  219. i++
  220. i = encodeVarintVenue(dAtA, i, uint64(m.District))
  221. }
  222. if len(m.AddressDetail) > 0 {
  223. dAtA[i] = 0x22
  224. i++
  225. i = encodeVarintVenue(dAtA, i, uint64(len(m.AddressDetail)))
  226. i += copy(dAtA[i:], m.AddressDetail)
  227. }
  228. if len(m.Traffic) > 0 {
  229. dAtA[i] = 0x2a
  230. i++
  231. i = encodeVarintVenue(dAtA, i, uint64(len(m.Traffic)))
  232. i += copy(dAtA[i:], m.Traffic)
  233. }
  234. if len(m.LonLatType) > 0 {
  235. dAtA[i] = 0x32
  236. i++
  237. i = encodeVarintVenue(dAtA, i, uint64(len(m.LonLatType)))
  238. i += copy(dAtA[i:], m.LonLatType)
  239. }
  240. if len(m.LonLat) > 0 {
  241. dAtA[i] = 0x3a
  242. i++
  243. i = encodeVarintVenue(dAtA, i, uint64(len(m.LonLat)))
  244. i += copy(dAtA[i:], m.LonLat)
  245. }
  246. return i, nil
  247. }
  248. func (m *VenueInfoRequest) Marshal() (dAtA []byte, err error) {
  249. size := m.Size()
  250. dAtA = make([]byte, size)
  251. n, err := m.MarshalTo(dAtA)
  252. if err != nil {
  253. return nil, err
  254. }
  255. return dAtA[:n], nil
  256. }
  257. func (m *VenueInfoRequest) MarshalTo(dAtA []byte) (int, error) {
  258. var i int
  259. _ = i
  260. var l int
  261. _ = l
  262. if m.ID != 0 {
  263. dAtA[i] = 0x8
  264. i++
  265. i = encodeVarintVenue(dAtA, i, uint64(m.ID))
  266. }
  267. if len(m.Name) > 0 {
  268. dAtA[i] = 0x12
  269. i++
  270. i = encodeVarintVenue(dAtA, i, uint64(len(m.Name)))
  271. i += copy(dAtA[i:], m.Name)
  272. }
  273. if m.Status != 0 {
  274. dAtA[i] = 0x18
  275. i++
  276. i = encodeVarintVenue(dAtA, i, uint64(m.Status))
  277. }
  278. if m.Province != 0 {
  279. dAtA[i] = 0x20
  280. i++
  281. i = encodeVarintVenue(dAtA, i, uint64(m.Province))
  282. }
  283. if m.City != 0 {
  284. dAtA[i] = 0x28
  285. i++
  286. i = encodeVarintVenue(dAtA, i, uint64(m.City))
  287. }
  288. if m.District != 0 {
  289. dAtA[i] = 0x30
  290. i++
  291. i = encodeVarintVenue(dAtA, i, uint64(m.District))
  292. }
  293. if len(m.AddressDetail) > 0 {
  294. dAtA[i] = 0x3a
  295. i++
  296. i = encodeVarintVenue(dAtA, i, uint64(len(m.AddressDetail)))
  297. i += copy(dAtA[i:], m.AddressDetail)
  298. }
  299. if len(m.Traffic) > 0 {
  300. dAtA[i] = 0x42
  301. i++
  302. i = encodeVarintVenue(dAtA, i, uint64(len(m.Traffic)))
  303. i += copy(dAtA[i:], m.Traffic)
  304. }
  305. return i, nil
  306. }
  307. func (m *VenueInfoReply) Marshal() (dAtA []byte, err error) {
  308. size := m.Size()
  309. dAtA = make([]byte, size)
  310. n, err := m.MarshalTo(dAtA)
  311. if err != nil {
  312. return nil, err
  313. }
  314. return dAtA[:n], nil
  315. }
  316. func (m *VenueInfoReply) MarshalTo(dAtA []byte) (int, error) {
  317. var i int
  318. _ = i
  319. var l int
  320. _ = l
  321. if m.Success {
  322. dAtA[i] = 0x8
  323. i++
  324. if m.Success {
  325. dAtA[i] = 1
  326. } else {
  327. dAtA[i] = 0
  328. }
  329. i++
  330. }
  331. if m.ID != 0 {
  332. dAtA[i] = 0x10
  333. i++
  334. i = encodeVarintVenue(dAtA, i, uint64(m.ID))
  335. }
  336. return i, nil
  337. }
  338. func encodeVarintVenue(dAtA []byte, offset int, v uint64) int {
  339. for v >= 1<<7 {
  340. dAtA[offset] = uint8(v&0x7f | 0x80)
  341. v >>= 7
  342. offset++
  343. }
  344. dAtA[offset] = uint8(v)
  345. return offset + 1
  346. }
  347. func (m *VenueInfo) Size() (n int) {
  348. var l int
  349. _ = l
  350. if m.ID != 0 {
  351. n += 1 + sovVenue(uint64(m.ID))
  352. }
  353. l = len(m.Name)
  354. if l > 0 {
  355. n += 1 + l + sovVenue(uint64(l))
  356. }
  357. if m.Status != 0 {
  358. n += 1 + sovVenue(uint64(m.Status))
  359. }
  360. if m.AddrInfo != nil {
  361. l = m.AddrInfo.Size()
  362. n += 1 + l + sovVenue(uint64(l))
  363. }
  364. if m.PlaceInfo != nil {
  365. l = m.PlaceInfo.Size()
  366. n += 1 + l + sovVenue(uint64(l))
  367. }
  368. return n
  369. }
  370. func (m *VenueAddrInfo) Size() (n int) {
  371. var l int
  372. _ = l
  373. if m.Province != 0 {
  374. n += 1 + sovVenue(uint64(m.Province))
  375. }
  376. if m.City != 0 {
  377. n += 1 + sovVenue(uint64(m.City))
  378. }
  379. if m.District != 0 {
  380. n += 1 + sovVenue(uint64(m.District))
  381. }
  382. l = len(m.AddressDetail)
  383. if l > 0 {
  384. n += 1 + l + sovVenue(uint64(l))
  385. }
  386. l = len(m.Traffic)
  387. if l > 0 {
  388. n += 1 + l + sovVenue(uint64(l))
  389. }
  390. l = len(m.LonLatType)
  391. if l > 0 {
  392. n += 1 + l + sovVenue(uint64(l))
  393. }
  394. l = len(m.LonLat)
  395. if l > 0 {
  396. n += 1 + l + sovVenue(uint64(l))
  397. }
  398. return n
  399. }
  400. func (m *VenueInfoRequest) Size() (n int) {
  401. var l int
  402. _ = l
  403. if m.ID != 0 {
  404. n += 1 + sovVenue(uint64(m.ID))
  405. }
  406. l = len(m.Name)
  407. if l > 0 {
  408. n += 1 + l + sovVenue(uint64(l))
  409. }
  410. if m.Status != 0 {
  411. n += 1 + sovVenue(uint64(m.Status))
  412. }
  413. if m.Province != 0 {
  414. n += 1 + sovVenue(uint64(m.Province))
  415. }
  416. if m.City != 0 {
  417. n += 1 + sovVenue(uint64(m.City))
  418. }
  419. if m.District != 0 {
  420. n += 1 + sovVenue(uint64(m.District))
  421. }
  422. l = len(m.AddressDetail)
  423. if l > 0 {
  424. n += 1 + l + sovVenue(uint64(l))
  425. }
  426. l = len(m.Traffic)
  427. if l > 0 {
  428. n += 1 + l + sovVenue(uint64(l))
  429. }
  430. return n
  431. }
  432. func (m *VenueInfoReply) Size() (n int) {
  433. var l int
  434. _ = l
  435. if m.Success {
  436. n += 2
  437. }
  438. if m.ID != 0 {
  439. n += 1 + sovVenue(uint64(m.ID))
  440. }
  441. return n
  442. }
  443. func sovVenue(x uint64) (n int) {
  444. for {
  445. n++
  446. x >>= 7
  447. if x == 0 {
  448. break
  449. }
  450. }
  451. return n
  452. }
  453. func sozVenue(x uint64) (n int) {
  454. return sovVenue(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  455. }
  456. func (m *VenueInfo) Unmarshal(dAtA []byte) error {
  457. l := len(dAtA)
  458. iNdEx := 0
  459. for iNdEx < l {
  460. preIndex := iNdEx
  461. var wire uint64
  462. for shift := uint(0); ; shift += 7 {
  463. if shift >= 64 {
  464. return ErrIntOverflowVenue
  465. }
  466. if iNdEx >= l {
  467. return io.ErrUnexpectedEOF
  468. }
  469. b := dAtA[iNdEx]
  470. iNdEx++
  471. wire |= (uint64(b) & 0x7F) << shift
  472. if b < 0x80 {
  473. break
  474. }
  475. }
  476. fieldNum := int32(wire >> 3)
  477. wireType := int(wire & 0x7)
  478. if wireType == 4 {
  479. return fmt.Errorf("proto: VenueInfo: wiretype end group for non-group")
  480. }
  481. if fieldNum <= 0 {
  482. return fmt.Errorf("proto: VenueInfo: illegal tag %d (wire type %d)", fieldNum, wire)
  483. }
  484. switch fieldNum {
  485. case 1:
  486. if wireType != 0 {
  487. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  488. }
  489. m.ID = 0
  490. for shift := uint(0); ; shift += 7 {
  491. if shift >= 64 {
  492. return ErrIntOverflowVenue
  493. }
  494. if iNdEx >= l {
  495. return io.ErrUnexpectedEOF
  496. }
  497. b := dAtA[iNdEx]
  498. iNdEx++
  499. m.ID |= (int64(b) & 0x7F) << shift
  500. if b < 0x80 {
  501. break
  502. }
  503. }
  504. case 2:
  505. if wireType != 2 {
  506. return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
  507. }
  508. var stringLen uint64
  509. for shift := uint(0); ; shift += 7 {
  510. if shift >= 64 {
  511. return ErrIntOverflowVenue
  512. }
  513. if iNdEx >= l {
  514. return io.ErrUnexpectedEOF
  515. }
  516. b := dAtA[iNdEx]
  517. iNdEx++
  518. stringLen |= (uint64(b) & 0x7F) << shift
  519. if b < 0x80 {
  520. break
  521. }
  522. }
  523. intStringLen := int(stringLen)
  524. if intStringLen < 0 {
  525. return ErrInvalidLengthVenue
  526. }
  527. postIndex := iNdEx + intStringLen
  528. if postIndex > l {
  529. return io.ErrUnexpectedEOF
  530. }
  531. m.Name = string(dAtA[iNdEx:postIndex])
  532. iNdEx = postIndex
  533. case 3:
  534. if wireType != 0 {
  535. return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
  536. }
  537. m.Status = 0
  538. for shift := uint(0); ; shift += 7 {
  539. if shift >= 64 {
  540. return ErrIntOverflowVenue
  541. }
  542. if iNdEx >= l {
  543. return io.ErrUnexpectedEOF
  544. }
  545. b := dAtA[iNdEx]
  546. iNdEx++
  547. m.Status |= (int32(b) & 0x7F) << shift
  548. if b < 0x80 {
  549. break
  550. }
  551. }
  552. case 4:
  553. if wireType != 2 {
  554. return fmt.Errorf("proto: wrong wireType = %d for field AddrInfo", wireType)
  555. }
  556. var msglen int
  557. for shift := uint(0); ; shift += 7 {
  558. if shift >= 64 {
  559. return ErrIntOverflowVenue
  560. }
  561. if iNdEx >= l {
  562. return io.ErrUnexpectedEOF
  563. }
  564. b := dAtA[iNdEx]
  565. iNdEx++
  566. msglen |= (int(b) & 0x7F) << shift
  567. if b < 0x80 {
  568. break
  569. }
  570. }
  571. if msglen < 0 {
  572. return ErrInvalidLengthVenue
  573. }
  574. postIndex := iNdEx + msglen
  575. if postIndex > l {
  576. return io.ErrUnexpectedEOF
  577. }
  578. if m.AddrInfo == nil {
  579. m.AddrInfo = &VenueAddrInfo{}
  580. }
  581. if err := m.AddrInfo.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  582. return err
  583. }
  584. iNdEx = postIndex
  585. case 5:
  586. if wireType != 2 {
  587. return fmt.Errorf("proto: wrong wireType = %d for field PlaceInfo", wireType)
  588. }
  589. var msglen int
  590. for shift := uint(0); ; shift += 7 {
  591. if shift >= 64 {
  592. return ErrIntOverflowVenue
  593. }
  594. if iNdEx >= l {
  595. return io.ErrUnexpectedEOF
  596. }
  597. b := dAtA[iNdEx]
  598. iNdEx++
  599. msglen |= (int(b) & 0x7F) << shift
  600. if b < 0x80 {
  601. break
  602. }
  603. }
  604. if msglen < 0 {
  605. return ErrInvalidLengthVenue
  606. }
  607. postIndex := iNdEx + msglen
  608. if postIndex > l {
  609. return io.ErrUnexpectedEOF
  610. }
  611. if m.PlaceInfo == nil {
  612. m.PlaceInfo = &PlaceInfo{}
  613. }
  614. if err := m.PlaceInfo.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  615. return err
  616. }
  617. iNdEx = postIndex
  618. default:
  619. iNdEx = preIndex
  620. skippy, err := skipVenue(dAtA[iNdEx:])
  621. if err != nil {
  622. return err
  623. }
  624. if skippy < 0 {
  625. return ErrInvalidLengthVenue
  626. }
  627. if (iNdEx + skippy) > l {
  628. return io.ErrUnexpectedEOF
  629. }
  630. iNdEx += skippy
  631. }
  632. }
  633. if iNdEx > l {
  634. return io.ErrUnexpectedEOF
  635. }
  636. return nil
  637. }
  638. func (m *VenueAddrInfo) Unmarshal(dAtA []byte) error {
  639. l := len(dAtA)
  640. iNdEx := 0
  641. for iNdEx < l {
  642. preIndex := iNdEx
  643. var wire uint64
  644. for shift := uint(0); ; shift += 7 {
  645. if shift >= 64 {
  646. return ErrIntOverflowVenue
  647. }
  648. if iNdEx >= l {
  649. return io.ErrUnexpectedEOF
  650. }
  651. b := dAtA[iNdEx]
  652. iNdEx++
  653. wire |= (uint64(b) & 0x7F) << shift
  654. if b < 0x80 {
  655. break
  656. }
  657. }
  658. fieldNum := int32(wire >> 3)
  659. wireType := int(wire & 0x7)
  660. if wireType == 4 {
  661. return fmt.Errorf("proto: VenueAddrInfo: wiretype end group for non-group")
  662. }
  663. if fieldNum <= 0 {
  664. return fmt.Errorf("proto: VenueAddrInfo: illegal tag %d (wire type %d)", fieldNum, wire)
  665. }
  666. switch fieldNum {
  667. case 1:
  668. if wireType != 0 {
  669. return fmt.Errorf("proto: wrong wireType = %d for field Province", wireType)
  670. }
  671. m.Province = 0
  672. for shift := uint(0); ; shift += 7 {
  673. if shift >= 64 {
  674. return ErrIntOverflowVenue
  675. }
  676. if iNdEx >= l {
  677. return io.ErrUnexpectedEOF
  678. }
  679. b := dAtA[iNdEx]
  680. iNdEx++
  681. m.Province |= (int64(b) & 0x7F) << shift
  682. if b < 0x80 {
  683. break
  684. }
  685. }
  686. case 2:
  687. if wireType != 0 {
  688. return fmt.Errorf("proto: wrong wireType = %d for field City", wireType)
  689. }
  690. m.City = 0
  691. for shift := uint(0); ; shift += 7 {
  692. if shift >= 64 {
  693. return ErrIntOverflowVenue
  694. }
  695. if iNdEx >= l {
  696. return io.ErrUnexpectedEOF
  697. }
  698. b := dAtA[iNdEx]
  699. iNdEx++
  700. m.City |= (int64(b) & 0x7F) << shift
  701. if b < 0x80 {
  702. break
  703. }
  704. }
  705. case 3:
  706. if wireType != 0 {
  707. return fmt.Errorf("proto: wrong wireType = %d for field District", wireType)
  708. }
  709. m.District = 0
  710. for shift := uint(0); ; shift += 7 {
  711. if shift >= 64 {
  712. return ErrIntOverflowVenue
  713. }
  714. if iNdEx >= l {
  715. return io.ErrUnexpectedEOF
  716. }
  717. b := dAtA[iNdEx]
  718. iNdEx++
  719. m.District |= (int64(b) & 0x7F) << shift
  720. if b < 0x80 {
  721. break
  722. }
  723. }
  724. case 4:
  725. if wireType != 2 {
  726. return fmt.Errorf("proto: wrong wireType = %d for field AddressDetail", wireType)
  727. }
  728. var stringLen uint64
  729. for shift := uint(0); ; shift += 7 {
  730. if shift >= 64 {
  731. return ErrIntOverflowVenue
  732. }
  733. if iNdEx >= l {
  734. return io.ErrUnexpectedEOF
  735. }
  736. b := dAtA[iNdEx]
  737. iNdEx++
  738. stringLen |= (uint64(b) & 0x7F) << shift
  739. if b < 0x80 {
  740. break
  741. }
  742. }
  743. intStringLen := int(stringLen)
  744. if intStringLen < 0 {
  745. return ErrInvalidLengthVenue
  746. }
  747. postIndex := iNdEx + intStringLen
  748. if postIndex > l {
  749. return io.ErrUnexpectedEOF
  750. }
  751. m.AddressDetail = string(dAtA[iNdEx:postIndex])
  752. iNdEx = postIndex
  753. case 5:
  754. if wireType != 2 {
  755. return fmt.Errorf("proto: wrong wireType = %d for field Traffic", wireType)
  756. }
  757. var stringLen uint64
  758. for shift := uint(0); ; shift += 7 {
  759. if shift >= 64 {
  760. return ErrIntOverflowVenue
  761. }
  762. if iNdEx >= l {
  763. return io.ErrUnexpectedEOF
  764. }
  765. b := dAtA[iNdEx]
  766. iNdEx++
  767. stringLen |= (uint64(b) & 0x7F) << shift
  768. if b < 0x80 {
  769. break
  770. }
  771. }
  772. intStringLen := int(stringLen)
  773. if intStringLen < 0 {
  774. return ErrInvalidLengthVenue
  775. }
  776. postIndex := iNdEx + intStringLen
  777. if postIndex > l {
  778. return io.ErrUnexpectedEOF
  779. }
  780. m.Traffic = string(dAtA[iNdEx:postIndex])
  781. iNdEx = postIndex
  782. case 6:
  783. if wireType != 2 {
  784. return fmt.Errorf("proto: wrong wireType = %d for field LonLatType", wireType)
  785. }
  786. var stringLen uint64
  787. for shift := uint(0); ; shift += 7 {
  788. if shift >= 64 {
  789. return ErrIntOverflowVenue
  790. }
  791. if iNdEx >= l {
  792. return io.ErrUnexpectedEOF
  793. }
  794. b := dAtA[iNdEx]
  795. iNdEx++
  796. stringLen |= (uint64(b) & 0x7F) << shift
  797. if b < 0x80 {
  798. break
  799. }
  800. }
  801. intStringLen := int(stringLen)
  802. if intStringLen < 0 {
  803. return ErrInvalidLengthVenue
  804. }
  805. postIndex := iNdEx + intStringLen
  806. if postIndex > l {
  807. return io.ErrUnexpectedEOF
  808. }
  809. m.LonLatType = string(dAtA[iNdEx:postIndex])
  810. iNdEx = postIndex
  811. case 7:
  812. if wireType != 2 {
  813. return fmt.Errorf("proto: wrong wireType = %d for field LonLat", wireType)
  814. }
  815. var stringLen uint64
  816. for shift := uint(0); ; shift += 7 {
  817. if shift >= 64 {
  818. return ErrIntOverflowVenue
  819. }
  820. if iNdEx >= l {
  821. return io.ErrUnexpectedEOF
  822. }
  823. b := dAtA[iNdEx]
  824. iNdEx++
  825. stringLen |= (uint64(b) & 0x7F) << shift
  826. if b < 0x80 {
  827. break
  828. }
  829. }
  830. intStringLen := int(stringLen)
  831. if intStringLen < 0 {
  832. return ErrInvalidLengthVenue
  833. }
  834. postIndex := iNdEx + intStringLen
  835. if postIndex > l {
  836. return io.ErrUnexpectedEOF
  837. }
  838. m.LonLat = string(dAtA[iNdEx:postIndex])
  839. iNdEx = postIndex
  840. default:
  841. iNdEx = preIndex
  842. skippy, err := skipVenue(dAtA[iNdEx:])
  843. if err != nil {
  844. return err
  845. }
  846. if skippy < 0 {
  847. return ErrInvalidLengthVenue
  848. }
  849. if (iNdEx + skippy) > l {
  850. return io.ErrUnexpectedEOF
  851. }
  852. iNdEx += skippy
  853. }
  854. }
  855. if iNdEx > l {
  856. return io.ErrUnexpectedEOF
  857. }
  858. return nil
  859. }
  860. func (m *VenueInfoRequest) Unmarshal(dAtA []byte) error {
  861. l := len(dAtA)
  862. iNdEx := 0
  863. for iNdEx < l {
  864. preIndex := iNdEx
  865. var wire uint64
  866. for shift := uint(0); ; shift += 7 {
  867. if shift >= 64 {
  868. return ErrIntOverflowVenue
  869. }
  870. if iNdEx >= l {
  871. return io.ErrUnexpectedEOF
  872. }
  873. b := dAtA[iNdEx]
  874. iNdEx++
  875. wire |= (uint64(b) & 0x7F) << shift
  876. if b < 0x80 {
  877. break
  878. }
  879. }
  880. fieldNum := int32(wire >> 3)
  881. wireType := int(wire & 0x7)
  882. if wireType == 4 {
  883. return fmt.Errorf("proto: VenueInfoRequest: wiretype end group for non-group")
  884. }
  885. if fieldNum <= 0 {
  886. return fmt.Errorf("proto: VenueInfoRequest: illegal tag %d (wire type %d)", fieldNum, wire)
  887. }
  888. switch fieldNum {
  889. case 1:
  890. if wireType != 0 {
  891. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  892. }
  893. m.ID = 0
  894. for shift := uint(0); ; shift += 7 {
  895. if shift >= 64 {
  896. return ErrIntOverflowVenue
  897. }
  898. if iNdEx >= l {
  899. return io.ErrUnexpectedEOF
  900. }
  901. b := dAtA[iNdEx]
  902. iNdEx++
  903. m.ID |= (int64(b) & 0x7F) << shift
  904. if b < 0x80 {
  905. break
  906. }
  907. }
  908. case 2:
  909. if wireType != 2 {
  910. return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
  911. }
  912. var stringLen uint64
  913. for shift := uint(0); ; shift += 7 {
  914. if shift >= 64 {
  915. return ErrIntOverflowVenue
  916. }
  917. if iNdEx >= l {
  918. return io.ErrUnexpectedEOF
  919. }
  920. b := dAtA[iNdEx]
  921. iNdEx++
  922. stringLen |= (uint64(b) & 0x7F) << shift
  923. if b < 0x80 {
  924. break
  925. }
  926. }
  927. intStringLen := int(stringLen)
  928. if intStringLen < 0 {
  929. return ErrInvalidLengthVenue
  930. }
  931. postIndex := iNdEx + intStringLen
  932. if postIndex > l {
  933. return io.ErrUnexpectedEOF
  934. }
  935. m.Name = string(dAtA[iNdEx:postIndex])
  936. iNdEx = postIndex
  937. case 3:
  938. if wireType != 0 {
  939. return fmt.Errorf("proto: wrong wireType = %d for field Status", wireType)
  940. }
  941. m.Status = 0
  942. for shift := uint(0); ; shift += 7 {
  943. if shift >= 64 {
  944. return ErrIntOverflowVenue
  945. }
  946. if iNdEx >= l {
  947. return io.ErrUnexpectedEOF
  948. }
  949. b := dAtA[iNdEx]
  950. iNdEx++
  951. m.Status |= (int32(b) & 0x7F) << shift
  952. if b < 0x80 {
  953. break
  954. }
  955. }
  956. case 4:
  957. if wireType != 0 {
  958. return fmt.Errorf("proto: wrong wireType = %d for field Province", wireType)
  959. }
  960. m.Province = 0
  961. for shift := uint(0); ; shift += 7 {
  962. if shift >= 64 {
  963. return ErrIntOverflowVenue
  964. }
  965. if iNdEx >= l {
  966. return io.ErrUnexpectedEOF
  967. }
  968. b := dAtA[iNdEx]
  969. iNdEx++
  970. m.Province |= (int64(b) & 0x7F) << shift
  971. if b < 0x80 {
  972. break
  973. }
  974. }
  975. case 5:
  976. if wireType != 0 {
  977. return fmt.Errorf("proto: wrong wireType = %d for field City", wireType)
  978. }
  979. m.City = 0
  980. for shift := uint(0); ; shift += 7 {
  981. if shift >= 64 {
  982. return ErrIntOverflowVenue
  983. }
  984. if iNdEx >= l {
  985. return io.ErrUnexpectedEOF
  986. }
  987. b := dAtA[iNdEx]
  988. iNdEx++
  989. m.City |= (int64(b) & 0x7F) << shift
  990. if b < 0x80 {
  991. break
  992. }
  993. }
  994. case 6:
  995. if wireType != 0 {
  996. return fmt.Errorf("proto: wrong wireType = %d for field District", wireType)
  997. }
  998. m.District = 0
  999. for shift := uint(0); ; shift += 7 {
  1000. if shift >= 64 {
  1001. return ErrIntOverflowVenue
  1002. }
  1003. if iNdEx >= l {
  1004. return io.ErrUnexpectedEOF
  1005. }
  1006. b := dAtA[iNdEx]
  1007. iNdEx++
  1008. m.District |= (int64(b) & 0x7F) << shift
  1009. if b < 0x80 {
  1010. break
  1011. }
  1012. }
  1013. case 7:
  1014. if wireType != 2 {
  1015. return fmt.Errorf("proto: wrong wireType = %d for field AddressDetail", wireType)
  1016. }
  1017. var stringLen uint64
  1018. for shift := uint(0); ; shift += 7 {
  1019. if shift >= 64 {
  1020. return ErrIntOverflowVenue
  1021. }
  1022. if iNdEx >= l {
  1023. return io.ErrUnexpectedEOF
  1024. }
  1025. b := dAtA[iNdEx]
  1026. iNdEx++
  1027. stringLen |= (uint64(b) & 0x7F) << shift
  1028. if b < 0x80 {
  1029. break
  1030. }
  1031. }
  1032. intStringLen := int(stringLen)
  1033. if intStringLen < 0 {
  1034. return ErrInvalidLengthVenue
  1035. }
  1036. postIndex := iNdEx + intStringLen
  1037. if postIndex > l {
  1038. return io.ErrUnexpectedEOF
  1039. }
  1040. m.AddressDetail = string(dAtA[iNdEx:postIndex])
  1041. iNdEx = postIndex
  1042. case 8:
  1043. if wireType != 2 {
  1044. return fmt.Errorf("proto: wrong wireType = %d for field Traffic", wireType)
  1045. }
  1046. var stringLen uint64
  1047. for shift := uint(0); ; shift += 7 {
  1048. if shift >= 64 {
  1049. return ErrIntOverflowVenue
  1050. }
  1051. if iNdEx >= l {
  1052. return io.ErrUnexpectedEOF
  1053. }
  1054. b := dAtA[iNdEx]
  1055. iNdEx++
  1056. stringLen |= (uint64(b) & 0x7F) << shift
  1057. if b < 0x80 {
  1058. break
  1059. }
  1060. }
  1061. intStringLen := int(stringLen)
  1062. if intStringLen < 0 {
  1063. return ErrInvalidLengthVenue
  1064. }
  1065. postIndex := iNdEx + intStringLen
  1066. if postIndex > l {
  1067. return io.ErrUnexpectedEOF
  1068. }
  1069. m.Traffic = string(dAtA[iNdEx:postIndex])
  1070. iNdEx = postIndex
  1071. default:
  1072. iNdEx = preIndex
  1073. skippy, err := skipVenue(dAtA[iNdEx:])
  1074. if err != nil {
  1075. return err
  1076. }
  1077. if skippy < 0 {
  1078. return ErrInvalidLengthVenue
  1079. }
  1080. if (iNdEx + skippy) > l {
  1081. return io.ErrUnexpectedEOF
  1082. }
  1083. iNdEx += skippy
  1084. }
  1085. }
  1086. if iNdEx > l {
  1087. return io.ErrUnexpectedEOF
  1088. }
  1089. return nil
  1090. }
  1091. func (m *VenueInfoReply) Unmarshal(dAtA []byte) error {
  1092. l := len(dAtA)
  1093. iNdEx := 0
  1094. for iNdEx < l {
  1095. preIndex := iNdEx
  1096. var wire uint64
  1097. for shift := uint(0); ; shift += 7 {
  1098. if shift >= 64 {
  1099. return ErrIntOverflowVenue
  1100. }
  1101. if iNdEx >= l {
  1102. return io.ErrUnexpectedEOF
  1103. }
  1104. b := dAtA[iNdEx]
  1105. iNdEx++
  1106. wire |= (uint64(b) & 0x7F) << shift
  1107. if b < 0x80 {
  1108. break
  1109. }
  1110. }
  1111. fieldNum := int32(wire >> 3)
  1112. wireType := int(wire & 0x7)
  1113. if wireType == 4 {
  1114. return fmt.Errorf("proto: VenueInfoReply: wiretype end group for non-group")
  1115. }
  1116. if fieldNum <= 0 {
  1117. return fmt.Errorf("proto: VenueInfoReply: illegal tag %d (wire type %d)", fieldNum, wire)
  1118. }
  1119. switch fieldNum {
  1120. case 1:
  1121. if wireType != 0 {
  1122. return fmt.Errorf("proto: wrong wireType = %d for field Success", wireType)
  1123. }
  1124. var v int
  1125. for shift := uint(0); ; shift += 7 {
  1126. if shift >= 64 {
  1127. return ErrIntOverflowVenue
  1128. }
  1129. if iNdEx >= l {
  1130. return io.ErrUnexpectedEOF
  1131. }
  1132. b := dAtA[iNdEx]
  1133. iNdEx++
  1134. v |= (int(b) & 0x7F) << shift
  1135. if b < 0x80 {
  1136. break
  1137. }
  1138. }
  1139. m.Success = bool(v != 0)
  1140. case 2:
  1141. if wireType != 0 {
  1142. return fmt.Errorf("proto: wrong wireType = %d for field ID", wireType)
  1143. }
  1144. m.ID = 0
  1145. for shift := uint(0); ; shift += 7 {
  1146. if shift >= 64 {
  1147. return ErrIntOverflowVenue
  1148. }
  1149. if iNdEx >= l {
  1150. return io.ErrUnexpectedEOF
  1151. }
  1152. b := dAtA[iNdEx]
  1153. iNdEx++
  1154. m.ID |= (int64(b) & 0x7F) << shift
  1155. if b < 0x80 {
  1156. break
  1157. }
  1158. }
  1159. default:
  1160. iNdEx = preIndex
  1161. skippy, err := skipVenue(dAtA[iNdEx:])
  1162. if err != nil {
  1163. return err
  1164. }
  1165. if skippy < 0 {
  1166. return ErrInvalidLengthVenue
  1167. }
  1168. if (iNdEx + skippy) > l {
  1169. return io.ErrUnexpectedEOF
  1170. }
  1171. iNdEx += skippy
  1172. }
  1173. }
  1174. if iNdEx > l {
  1175. return io.ErrUnexpectedEOF
  1176. }
  1177. return nil
  1178. }
  1179. func skipVenue(dAtA []byte) (n int, err error) {
  1180. l := len(dAtA)
  1181. iNdEx := 0
  1182. for iNdEx < l {
  1183. var wire uint64
  1184. for shift := uint(0); ; shift += 7 {
  1185. if shift >= 64 {
  1186. return 0, ErrIntOverflowVenue
  1187. }
  1188. if iNdEx >= l {
  1189. return 0, io.ErrUnexpectedEOF
  1190. }
  1191. b := dAtA[iNdEx]
  1192. iNdEx++
  1193. wire |= (uint64(b) & 0x7F) << shift
  1194. if b < 0x80 {
  1195. break
  1196. }
  1197. }
  1198. wireType := int(wire & 0x7)
  1199. switch wireType {
  1200. case 0:
  1201. for shift := uint(0); ; shift += 7 {
  1202. if shift >= 64 {
  1203. return 0, ErrIntOverflowVenue
  1204. }
  1205. if iNdEx >= l {
  1206. return 0, io.ErrUnexpectedEOF
  1207. }
  1208. iNdEx++
  1209. if dAtA[iNdEx-1] < 0x80 {
  1210. break
  1211. }
  1212. }
  1213. return iNdEx, nil
  1214. case 1:
  1215. iNdEx += 8
  1216. return iNdEx, nil
  1217. case 2:
  1218. var length int
  1219. for shift := uint(0); ; shift += 7 {
  1220. if shift >= 64 {
  1221. return 0, ErrIntOverflowVenue
  1222. }
  1223. if iNdEx >= l {
  1224. return 0, io.ErrUnexpectedEOF
  1225. }
  1226. b := dAtA[iNdEx]
  1227. iNdEx++
  1228. length |= (int(b) & 0x7F) << shift
  1229. if b < 0x80 {
  1230. break
  1231. }
  1232. }
  1233. iNdEx += length
  1234. if length < 0 {
  1235. return 0, ErrInvalidLengthVenue
  1236. }
  1237. return iNdEx, nil
  1238. case 3:
  1239. for {
  1240. var innerWire uint64
  1241. var start int = iNdEx
  1242. for shift := uint(0); ; shift += 7 {
  1243. if shift >= 64 {
  1244. return 0, ErrIntOverflowVenue
  1245. }
  1246. if iNdEx >= l {
  1247. return 0, io.ErrUnexpectedEOF
  1248. }
  1249. b := dAtA[iNdEx]
  1250. iNdEx++
  1251. innerWire |= (uint64(b) & 0x7F) << shift
  1252. if b < 0x80 {
  1253. break
  1254. }
  1255. }
  1256. innerWireType := int(innerWire & 0x7)
  1257. if innerWireType == 4 {
  1258. break
  1259. }
  1260. next, err := skipVenue(dAtA[start:])
  1261. if err != nil {
  1262. return 0, err
  1263. }
  1264. iNdEx = start + next
  1265. }
  1266. return iNdEx, nil
  1267. case 4:
  1268. return iNdEx, nil
  1269. case 5:
  1270. iNdEx += 4
  1271. return iNdEx, nil
  1272. default:
  1273. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  1274. }
  1275. }
  1276. panic("unreachable")
  1277. }
  1278. var (
  1279. ErrInvalidLengthVenue = fmt.Errorf("proto: negative length found during unmarshaling")
  1280. ErrIntOverflowVenue = fmt.Errorf("proto: integer overflow")
  1281. )
  1282. func init() {
  1283. proto.RegisterFile("app/service/openplatform/ticket-item/api/grpc/v1/venue.proto", fileDescriptorVenue)
  1284. }
  1285. var fileDescriptorVenue = []byte{
  1286. // 724 bytes of a gzipped FileDescriptorProto
  1287. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xcd, 0x6e, 0xd3, 0x4a,
  1288. 0x14, 0xae, 0xdd, 0xfc, 0x4e, 0xdb, 0x7b, 0x7b, 0x67, 0xd1, 0x6b, 0x45, 0x25, 0x0e, 0x2e, 0xad,
  1289. 0x22, 0x44, 0xed, 0x24, 0x08, 0x16, 0x55, 0x2b, 0xd4, 0x90, 0x4d, 0x54, 0x04, 0xd5, 0xb4, 0x62,
  1290. 0xc1, 0x26, 0x72, 0xed, 0x49, 0x3a, 0xc2, 0xb1, 0x8d, 0x3d, 0xb1, 0xc8, 0x03, 0xf0, 0x34, 0xbc,
  1291. 0x48, 0x97, 0x7d, 0x02, 0x8b, 0x66, 0x83, 0x94, 0x65, 0x9e, 0x00, 0xcd, 0xb1, 0x9d, 0x1f, 0x14,
  1292. 0x10, 0x6c, 0x92, 0x9c, 0x73, 0xbe, 0xf3, 0x9d, 0xbf, 0x2f, 0x83, 0x4e, 0x4d, 0xdf, 0x37, 0x42,
  1293. 0x1a, 0x44, 0xcc, 0xa2, 0x86, 0xe7, 0x53, 0xd7, 0x77, 0x4c, 0xde, 0xf7, 0x82, 0xa1, 0xc1, 0x99,
  1294. 0xf5, 0x91, 0xf2, 0x63, 0xc6, 0xe9, 0xd0, 0x30, 0x7d, 0x66, 0x0c, 0x02, 0xdf, 0x32, 0xa2, 0xa6,
  1295. 0x11, 0x51, 0x77, 0x44, 0x75, 0x3f, 0xf0, 0xb8, 0x87, 0xf7, 0x12, 0x90, 0x9e, 0x12, 0xe8, 0x02,
  1296. 0xac, 0x47, 0xcd, 0xca, 0xf1, 0x80, 0xf1, 0xdb, 0xd1, 0x8d, 0x6e, 0x79, 0x43, 0x63, 0xe0, 0x0d,
  1297. 0x3c, 0x03, 0xe0, 0x37, 0xa3, 0x3e, 0x58, 0x60, 0xc0, 0xaf, 0x84, 0xa6, 0xf2, 0xf7, 0x4d, 0xf8,
  1298. 0x8e, 0x69, 0xa5, 0x4d, 0x68, 0x5f, 0x64, 0x54, 0x7e, 0x2f, 0x9a, 0xea, 0xba, 0x7d, 0x0f, 0xef,
  1299. 0x23, 0x99, 0xd9, 0x8a, 0x54, 0x93, 0xea, 0x9b, 0xed, 0xed, 0x49, 0xac, 0xca, 0xdd, 0xce, 0x34,
  1300. 0x56, 0x65, 0x66, 0x13, 0x99, 0xd9, 0x78, 0x1f, 0xe5, 0x5c, 0x73, 0x48, 0x15, 0xb9, 0x26, 0xd5,
  1301. 0xcb, 0xed, 0xd2, 0x34, 0x56, 0xc1, 0x26, 0xf0, 0x89, 0x35, 0x54, 0x08, 0xb9, 0xc9, 0x47, 0xa1,
  1302. 0xb2, 0x59, 0x93, 0xea, 0xf9, 0x36, 0x9a, 0xc6, 0x6a, 0xea, 0x21, 0xe9, 0x37, 0xbe, 0x40, 0x25,
  1303. 0xd3, 0xb6, 0x03, 0x51, 0x4b, 0xc9, 0xd5, 0xa4, 0xfa, 0x56, 0xeb, 0x50, 0x5f, 0xbf, 0x05, 0x1d,
  1304. 0x9a, 0x3a, 0x4f, 0xc1, 0x49, 0x31, 0x91, 0x4a, 0xe6, 0x04, 0xf8, 0x02, 0x21, 0x98, 0xa4, 0xc7,
  1305. 0x04, 0x5d, 0x1e, 0xe8, 0x1e, 0xff, 0x8a, 0xee, 0x52, 0x20, 0x81, 0xaa, 0x3c, 0x8d, 0xd5, 0x3c,
  1306. 0x24, 0x92, 0xb2, 0x9f, 0x79, 0xb5, 0xaf, 0x32, 0xda, 0x59, 0x29, 0x89, 0x8f, 0x50, 0xc9, 0x0f,
  1307. 0xbc, 0x88, 0xb9, 0x16, 0x4d, 0x37, 0x02, 0x13, 0x81, 0xcf, 0x26, 0xf3, 0x18, 0xae, 0xa2, 0x9c,
  1308. 0xc5, 0xf8, 0x18, 0xb6, 0x92, 0x62, 0x84, 0xcd, 0x6c, 0x02, 0x7e, 0xc1, 0x63, 0xb3, 0x90, 0x07,
  1309. 0xcc, 0xe2, 0xb0, 0x99, 0x14, 0x23, 0x7c, 0x82, 0x27, 0x8b, 0x61, 0x1d, 0xed, 0x88, 0xd1, 0x68,
  1310. 0x18, 0x76, 0x28, 0x37, 0x99, 0x03, 0x0b, 0x2a, 0x2f, 0x4d, 0xbe, 0x1a, 0xc6, 0x07, 0xa8, 0xc8,
  1311. 0x03, 0xb3, 0xdf, 0x67, 0x16, 0xcc, 0x5e, 0x4e, 0x06, 0x03, 0x17, 0xc9, 0x22, 0xb8, 0x89, 0xb6,
  1312. 0x1d, 0xcf, 0xed, 0x39, 0x26, 0xef, 0xf1, 0xb1, 0x4f, 0x95, 0x02, 0x20, 0xff, 0x9d, 0xc6, 0xea,
  1313. 0x96, 0xe3, 0xb9, 0x99, 0x9b, 0x20, 0xc7, 0x73, 0xdf, 0x98, 0xfc, 0x7a, 0xec, 0xc3, 0x1d, 0x13,
  1314. 0x4b, 0x29, 0x02, 0x18, 0xba, 0x4d, 0xc0, 0x24, 0x8d, 0x68, 0xdf, 0x37, 0xd1, 0xee, 0x5c, 0x35,
  1315. 0x84, 0x7e, 0x1a, 0xd1, 0x90, 0xe3, 0xa7, 0x48, 0xee, 0x76, 0xd2, 0x55, 0x55, 0x12, 0xd9, 0xcc,
  1316. 0x62, 0x75, 0x37, 0x32, 0x1d, 0x66, 0x9b, 0x9c, 0x9e, 0x68, 0x43, 0xe6, 0x9e, 0x35, 0x34, 0x22,
  1317. 0x77, 0x3b, 0xb8, 0x89, 0x72, 0x6f, 0x17, 0x52, 0x7a, 0x94, 0x49, 0x69, 0x16, 0xab, 0xff, 0x2d,
  1318. 0xe1, 0xcd, 0xcf, 0x67, 0xad, 0x17, 0x1a, 0x01, 0x28, 0x3e, 0x45, 0x85, 0xab, 0x65, 0x7d, 0x3d,
  1319. 0x59, 0xe8, 0x6b, 0x16, 0xab, 0x7b, 0x3f, 0x95, 0x79, 0x26, 0x92, 0x9b, 0x1a, 0x49, 0x73, 0xf0,
  1320. 0x09, 0x2a, 0x5d, 0x66, 0xd7, 0xcc, 0x41, 0x8b, 0xd5, 0xc5, 0x35, 0xd7, 0xb6, 0x39, 0xc7, 0xe3,
  1321. 0x16, 0xca, 0xbd, 0x16, 0x17, 0xce, 0x2f, 0xf2, 0x92, 0x0b, 0xaf, 0xcd, 0x03, 0xac, 0xa8, 0xd7,
  1322. 0xc9, 0xae, 0x5e, 0x58, 0xe4, 0x25, 0x57, 0x5f, 0x5f, 0x2f, 0xc3, 0xe3, 0x2e, 0xda, 0x39, 0x5f,
  1323. 0x51, 0x42, 0x72, 0x88, 0x83, 0x4c, 0x09, 0xb3, 0x58, 0xfd, 0x7f, 0xdd, 0xb8, 0x2f, 0x1b, 0x1a,
  1324. 0x59, 0xcd, 0xc4, 0xaf, 0x50, 0xf1, 0x3a, 0x15, 0x49, 0x09, 0x48, 0x0e, 0xe7, 0x22, 0x99, 0xc5,
  1325. 0xaa, 0xb2, 0x76, 0x69, 0x8d, 0x86, 0x46, 0xb2, 0x2c, 0xed, 0x1d, 0xfa, 0x67, 0xe9, 0xd0, 0xbe,
  1326. 0x33, 0xc6, 0x87, 0xa8, 0x78, 0x35, 0xb2, 0x2c, 0x1a, 0x86, 0x70, 0xeb, 0x52, 0x7b, 0x6b, 0x1a,
  1327. 0xab, 0xc5, 0x30, 0x71, 0x91, 0x2c, 0x86, 0xf7, 0x40, 0x0d, 0xc9, 0x9f, 0xa2, 0x90, 0x3d, 0x22,
  1328. 0xdd, 0x4e, 0xeb, 0x16, 0xe5, 0x81, 0x10, 0xf7, 0x96, 0x1f, 0x9e, 0xfa, 0x6f, 0x9f, 0x81, 0x25,
  1329. 0x95, 0x55, 0x8e, 0xfe, 0x00, 0xe9, 0x3b, 0x63, 0x6d, 0xa3, 0xad, 0xdc, 0x3d, 0x54, 0x37, 0xee,
  1330. 0x1f, 0xaa, 0x1b, 0x77, 0x93, 0xaa, 0x74, 0x3f, 0xa9, 0x4a, 0xdf, 0x26, 0x55, 0xe9, 0x83, 0x1c,
  1331. 0x35, 0x6f, 0x0a, 0xf0, 0xf6, 0x3d, 0xff, 0x11, 0x00, 0x00, 0xff, 0xff, 0x98, 0xa3, 0xd3, 0x93,
  1332. 0xc0, 0x05, 0x00, 0x00,
  1333. }