RoomAdmin.pb.go 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: v1/RoomAdmin.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 io "io"
  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.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  18. type RoomAdminIsRoomAdminReq struct {
  19. // 用户id
  20. Uid string `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid"`
  21. // 主播的用户 roomid
  22. Roomid int64 `protobuf:"varint,2,opt,name=roomid,proto3" json:"roomid"`
  23. // 主播的用户 anchor_id
  24. AnchorId int64 `protobuf:"varint,3,opt,name=anchor_id,json=anchorId,proto3" json:"anchor_id"`
  25. }
  26. func (m *RoomAdminIsRoomAdminReq) Reset() { *m = RoomAdminIsRoomAdminReq{} }
  27. func (m *RoomAdminIsRoomAdminReq) String() string { return proto.CompactTextString(m) }
  28. func (*RoomAdminIsRoomAdminReq) ProtoMessage() {}
  29. func (*RoomAdminIsRoomAdminReq) Descriptor() ([]byte, []int) {
  30. return fileDescriptor_RoomAdmin_00e9d4c4f349d463, []int{0}
  31. }
  32. func (m *RoomAdminIsRoomAdminReq) XXX_Unmarshal(b []byte) error {
  33. return m.Unmarshal(b)
  34. }
  35. func (m *RoomAdminIsRoomAdminReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  36. if deterministic {
  37. return xxx_messageInfo_RoomAdminIsRoomAdminReq.Marshal(b, m, deterministic)
  38. } else {
  39. b = b[:cap(b)]
  40. n, err := m.MarshalTo(b)
  41. if err != nil {
  42. return nil, err
  43. }
  44. return b[:n], nil
  45. }
  46. }
  47. func (dst *RoomAdminIsRoomAdminReq) XXX_Merge(src proto.Message) {
  48. xxx_messageInfo_RoomAdminIsRoomAdminReq.Merge(dst, src)
  49. }
  50. func (m *RoomAdminIsRoomAdminReq) XXX_Size() int {
  51. return m.Size()
  52. }
  53. func (m *RoomAdminIsRoomAdminReq) XXX_DiscardUnknown() {
  54. xxx_messageInfo_RoomAdminIsRoomAdminReq.DiscardUnknown(m)
  55. }
  56. var xxx_messageInfo_RoomAdminIsRoomAdminReq proto.InternalMessageInfo
  57. func (m *RoomAdminIsRoomAdminReq) GetUid() string {
  58. if m != nil {
  59. return m.Uid
  60. }
  61. return ""
  62. }
  63. func (m *RoomAdminIsRoomAdminReq) GetRoomid() int64 {
  64. if m != nil {
  65. return m.Roomid
  66. }
  67. return 0
  68. }
  69. func (m *RoomAdminIsRoomAdminReq) GetAnchorId() int64 {
  70. if m != nil {
  71. return m.AnchorId
  72. }
  73. return 0
  74. }
  75. type RoomAdminIsRoomAdminResp struct {
  76. // code
  77. Code int64 `protobuf:"varint,1,opt,name=code,proto3" json:"code"`
  78. // msg
  79. Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
  80. //
  81. Data *RoomAdminIsRoomAdminResp_Data `protobuf:"bytes,3,opt,name=data" json:"data"`
  82. }
  83. func (m *RoomAdminIsRoomAdminResp) Reset() { *m = RoomAdminIsRoomAdminResp{} }
  84. func (m *RoomAdminIsRoomAdminResp) String() string { return proto.CompactTextString(m) }
  85. func (*RoomAdminIsRoomAdminResp) ProtoMessage() {}
  86. func (*RoomAdminIsRoomAdminResp) Descriptor() ([]byte, []int) {
  87. return fileDescriptor_RoomAdmin_00e9d4c4f349d463, []int{1}
  88. }
  89. func (m *RoomAdminIsRoomAdminResp) XXX_Unmarshal(b []byte) error {
  90. return m.Unmarshal(b)
  91. }
  92. func (m *RoomAdminIsRoomAdminResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  93. if deterministic {
  94. return xxx_messageInfo_RoomAdminIsRoomAdminResp.Marshal(b, m, deterministic)
  95. } else {
  96. b = b[:cap(b)]
  97. n, err := m.MarshalTo(b)
  98. if err != nil {
  99. return nil, err
  100. }
  101. return b[:n], nil
  102. }
  103. }
  104. func (dst *RoomAdminIsRoomAdminResp) XXX_Merge(src proto.Message) {
  105. xxx_messageInfo_RoomAdminIsRoomAdminResp.Merge(dst, src)
  106. }
  107. func (m *RoomAdminIsRoomAdminResp) XXX_Size() int {
  108. return m.Size()
  109. }
  110. func (m *RoomAdminIsRoomAdminResp) XXX_DiscardUnknown() {
  111. xxx_messageInfo_RoomAdminIsRoomAdminResp.DiscardUnknown(m)
  112. }
  113. var xxx_messageInfo_RoomAdminIsRoomAdminResp proto.InternalMessageInfo
  114. func (m *RoomAdminIsRoomAdminResp) GetCode() int64 {
  115. if m != nil {
  116. return m.Code
  117. }
  118. return 0
  119. }
  120. func (m *RoomAdminIsRoomAdminResp) GetMsg() string {
  121. if m != nil {
  122. return m.Msg
  123. }
  124. return ""
  125. }
  126. func (m *RoomAdminIsRoomAdminResp) GetData() *RoomAdminIsRoomAdminResp_Data {
  127. if m != nil {
  128. return m.Data
  129. }
  130. return nil
  131. }
  132. type RoomAdminIsRoomAdminResp_UI struct {
  133. // 用户id
  134. Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
  135. // 用户名
  136. Uname string `protobuf:"bytes,2,opt,name=uname,proto3" json:"uname"`
  137. }
  138. func (m *RoomAdminIsRoomAdminResp_UI) Reset() { *m = RoomAdminIsRoomAdminResp_UI{} }
  139. func (m *RoomAdminIsRoomAdminResp_UI) String() string { return proto.CompactTextString(m) }
  140. func (*RoomAdminIsRoomAdminResp_UI) ProtoMessage() {}
  141. func (*RoomAdminIsRoomAdminResp_UI) Descriptor() ([]byte, []int) {
  142. return fileDescriptor_RoomAdmin_00e9d4c4f349d463, []int{1, 0}
  143. }
  144. func (m *RoomAdminIsRoomAdminResp_UI) XXX_Unmarshal(b []byte) error {
  145. return m.Unmarshal(b)
  146. }
  147. func (m *RoomAdminIsRoomAdminResp_UI) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  148. if deterministic {
  149. return xxx_messageInfo_RoomAdminIsRoomAdminResp_UI.Marshal(b, m, deterministic)
  150. } else {
  151. b = b[:cap(b)]
  152. n, err := m.MarshalTo(b)
  153. if err != nil {
  154. return nil, err
  155. }
  156. return b[:n], nil
  157. }
  158. }
  159. func (dst *RoomAdminIsRoomAdminResp_UI) XXX_Merge(src proto.Message) {
  160. xxx_messageInfo_RoomAdminIsRoomAdminResp_UI.Merge(dst, src)
  161. }
  162. func (m *RoomAdminIsRoomAdminResp_UI) XXX_Size() int {
  163. return m.Size()
  164. }
  165. func (m *RoomAdminIsRoomAdminResp_UI) XXX_DiscardUnknown() {
  166. xxx_messageInfo_RoomAdminIsRoomAdminResp_UI.DiscardUnknown(m)
  167. }
  168. var xxx_messageInfo_RoomAdminIsRoomAdminResp_UI proto.InternalMessageInfo
  169. func (m *RoomAdminIsRoomAdminResp_UI) GetUid() int64 {
  170. if m != nil {
  171. return m.Uid
  172. }
  173. return 0
  174. }
  175. func (m *RoomAdminIsRoomAdminResp_UI) GetUname() string {
  176. if m != nil {
  177. return m.Uname
  178. }
  179. return ""
  180. }
  181. type RoomAdminIsRoomAdminResp_Data struct {
  182. // banner
  183. Userinfo *RoomAdminIsRoomAdminResp_UI `protobuf:"bytes,1,opt,name=userinfo" json:"userinfo"`
  184. // 房管的用户id
  185. Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
  186. // 房间号
  187. Roomid int64 `protobuf:"varint,3,opt,name=roomid,proto3" json:"roomid"`
  188. // 创建时间 "2017-07-26 17:12:51"
  189. Ctime string `protobuf:"bytes,4,opt,name=ctime,proto3" json:"ctime"`
  190. }
  191. func (m *RoomAdminIsRoomAdminResp_Data) Reset() { *m = RoomAdminIsRoomAdminResp_Data{} }
  192. func (m *RoomAdminIsRoomAdminResp_Data) String() string { return proto.CompactTextString(m) }
  193. func (*RoomAdminIsRoomAdminResp_Data) ProtoMessage() {}
  194. func (*RoomAdminIsRoomAdminResp_Data) Descriptor() ([]byte, []int) {
  195. return fileDescriptor_RoomAdmin_00e9d4c4f349d463, []int{1, 1}
  196. }
  197. func (m *RoomAdminIsRoomAdminResp_Data) XXX_Unmarshal(b []byte) error {
  198. return m.Unmarshal(b)
  199. }
  200. func (m *RoomAdminIsRoomAdminResp_Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  201. if deterministic {
  202. return xxx_messageInfo_RoomAdminIsRoomAdminResp_Data.Marshal(b, m, deterministic)
  203. } else {
  204. b = b[:cap(b)]
  205. n, err := m.MarshalTo(b)
  206. if err != nil {
  207. return nil, err
  208. }
  209. return b[:n], nil
  210. }
  211. }
  212. func (dst *RoomAdminIsRoomAdminResp_Data) XXX_Merge(src proto.Message) {
  213. xxx_messageInfo_RoomAdminIsRoomAdminResp_Data.Merge(dst, src)
  214. }
  215. func (m *RoomAdminIsRoomAdminResp_Data) XXX_Size() int {
  216. return m.Size()
  217. }
  218. func (m *RoomAdminIsRoomAdminResp_Data) XXX_DiscardUnknown() {
  219. xxx_messageInfo_RoomAdminIsRoomAdminResp_Data.DiscardUnknown(m)
  220. }
  221. var xxx_messageInfo_RoomAdminIsRoomAdminResp_Data proto.InternalMessageInfo
  222. func (m *RoomAdminIsRoomAdminResp_Data) GetUserinfo() *RoomAdminIsRoomAdminResp_UI {
  223. if m != nil {
  224. return m.Userinfo
  225. }
  226. return nil
  227. }
  228. func (m *RoomAdminIsRoomAdminResp_Data) GetUid() int64 {
  229. if m != nil {
  230. return m.Uid
  231. }
  232. return 0
  233. }
  234. func (m *RoomAdminIsRoomAdminResp_Data) GetRoomid() int64 {
  235. if m != nil {
  236. return m.Roomid
  237. }
  238. return 0
  239. }
  240. func (m *RoomAdminIsRoomAdminResp_Data) GetCtime() string {
  241. if m != nil {
  242. return m.Ctime
  243. }
  244. return ""
  245. }
  246. func init() {
  247. proto.RegisterType((*RoomAdminIsRoomAdminReq)(nil), "live_user.v1.RoomAdminIsRoomAdminReq")
  248. proto.RegisterType((*RoomAdminIsRoomAdminResp)(nil), "live_user.v1.RoomAdminIsRoomAdminResp")
  249. proto.RegisterType((*RoomAdminIsRoomAdminResp_UI)(nil), "live_user.v1.RoomAdminIsRoomAdminResp.UI")
  250. proto.RegisterType((*RoomAdminIsRoomAdminResp_Data)(nil), "live_user.v1.RoomAdminIsRoomAdminResp.Data")
  251. }
  252. func (m *RoomAdminIsRoomAdminReq) Marshal() (dAtA []byte, err error) {
  253. size := m.Size()
  254. dAtA = make([]byte, size)
  255. n, err := m.MarshalTo(dAtA)
  256. if err != nil {
  257. return nil, err
  258. }
  259. return dAtA[:n], nil
  260. }
  261. func (m *RoomAdminIsRoomAdminReq) MarshalTo(dAtA []byte) (int, error) {
  262. var i int
  263. _ = i
  264. var l int
  265. _ = l
  266. if len(m.Uid) > 0 {
  267. dAtA[i] = 0xa
  268. i++
  269. i = encodeVarintRoomAdmin(dAtA, i, uint64(len(m.Uid)))
  270. i += copy(dAtA[i:], m.Uid)
  271. }
  272. if m.Roomid != 0 {
  273. dAtA[i] = 0x10
  274. i++
  275. i = encodeVarintRoomAdmin(dAtA, i, uint64(m.Roomid))
  276. }
  277. if m.AnchorId != 0 {
  278. dAtA[i] = 0x18
  279. i++
  280. i = encodeVarintRoomAdmin(dAtA, i, uint64(m.AnchorId))
  281. }
  282. return i, nil
  283. }
  284. func (m *RoomAdminIsRoomAdminResp) Marshal() (dAtA []byte, err error) {
  285. size := m.Size()
  286. dAtA = make([]byte, size)
  287. n, err := m.MarshalTo(dAtA)
  288. if err != nil {
  289. return nil, err
  290. }
  291. return dAtA[:n], nil
  292. }
  293. func (m *RoomAdminIsRoomAdminResp) MarshalTo(dAtA []byte) (int, error) {
  294. var i int
  295. _ = i
  296. var l int
  297. _ = l
  298. if m.Code != 0 {
  299. dAtA[i] = 0x8
  300. i++
  301. i = encodeVarintRoomAdmin(dAtA, i, uint64(m.Code))
  302. }
  303. if len(m.Msg) > 0 {
  304. dAtA[i] = 0x12
  305. i++
  306. i = encodeVarintRoomAdmin(dAtA, i, uint64(len(m.Msg)))
  307. i += copy(dAtA[i:], m.Msg)
  308. }
  309. if m.Data != nil {
  310. dAtA[i] = 0x1a
  311. i++
  312. i = encodeVarintRoomAdmin(dAtA, i, uint64(m.Data.Size()))
  313. n1, err := m.Data.MarshalTo(dAtA[i:])
  314. if err != nil {
  315. return 0, err
  316. }
  317. i += n1
  318. }
  319. return i, nil
  320. }
  321. func (m *RoomAdminIsRoomAdminResp_UI) Marshal() (dAtA []byte, err error) {
  322. size := m.Size()
  323. dAtA = make([]byte, size)
  324. n, err := m.MarshalTo(dAtA)
  325. if err != nil {
  326. return nil, err
  327. }
  328. return dAtA[:n], nil
  329. }
  330. func (m *RoomAdminIsRoomAdminResp_UI) MarshalTo(dAtA []byte) (int, error) {
  331. var i int
  332. _ = i
  333. var l int
  334. _ = l
  335. if m.Uid != 0 {
  336. dAtA[i] = 0x8
  337. i++
  338. i = encodeVarintRoomAdmin(dAtA, i, uint64(m.Uid))
  339. }
  340. if len(m.Uname) > 0 {
  341. dAtA[i] = 0x12
  342. i++
  343. i = encodeVarintRoomAdmin(dAtA, i, uint64(len(m.Uname)))
  344. i += copy(dAtA[i:], m.Uname)
  345. }
  346. return i, nil
  347. }
  348. func (m *RoomAdminIsRoomAdminResp_Data) Marshal() (dAtA []byte, err error) {
  349. size := m.Size()
  350. dAtA = make([]byte, size)
  351. n, err := m.MarshalTo(dAtA)
  352. if err != nil {
  353. return nil, err
  354. }
  355. return dAtA[:n], nil
  356. }
  357. func (m *RoomAdminIsRoomAdminResp_Data) MarshalTo(dAtA []byte) (int, error) {
  358. var i int
  359. _ = i
  360. var l int
  361. _ = l
  362. if m.Userinfo != nil {
  363. dAtA[i] = 0xa
  364. i++
  365. i = encodeVarintRoomAdmin(dAtA, i, uint64(m.Userinfo.Size()))
  366. n2, err := m.Userinfo.MarshalTo(dAtA[i:])
  367. if err != nil {
  368. return 0, err
  369. }
  370. i += n2
  371. }
  372. if m.Uid != 0 {
  373. dAtA[i] = 0x10
  374. i++
  375. i = encodeVarintRoomAdmin(dAtA, i, uint64(m.Uid))
  376. }
  377. if m.Roomid != 0 {
  378. dAtA[i] = 0x18
  379. i++
  380. i = encodeVarintRoomAdmin(dAtA, i, uint64(m.Roomid))
  381. }
  382. if len(m.Ctime) > 0 {
  383. dAtA[i] = 0x22
  384. i++
  385. i = encodeVarintRoomAdmin(dAtA, i, uint64(len(m.Ctime)))
  386. i += copy(dAtA[i:], m.Ctime)
  387. }
  388. return i, nil
  389. }
  390. func encodeVarintRoomAdmin(dAtA []byte, offset int, v uint64) int {
  391. for v >= 1<<7 {
  392. dAtA[offset] = uint8(v&0x7f | 0x80)
  393. v >>= 7
  394. offset++
  395. }
  396. dAtA[offset] = uint8(v)
  397. return offset + 1
  398. }
  399. func (m *RoomAdminIsRoomAdminReq) Size() (n int) {
  400. if m == nil {
  401. return 0
  402. }
  403. var l int
  404. _ = l
  405. l = len(m.Uid)
  406. if l > 0 {
  407. n += 1 + l + sovRoomAdmin(uint64(l))
  408. }
  409. if m.Roomid != 0 {
  410. n += 1 + sovRoomAdmin(uint64(m.Roomid))
  411. }
  412. if m.AnchorId != 0 {
  413. n += 1 + sovRoomAdmin(uint64(m.AnchorId))
  414. }
  415. return n
  416. }
  417. func (m *RoomAdminIsRoomAdminResp) Size() (n int) {
  418. if m == nil {
  419. return 0
  420. }
  421. var l int
  422. _ = l
  423. if m.Code != 0 {
  424. n += 1 + sovRoomAdmin(uint64(m.Code))
  425. }
  426. l = len(m.Msg)
  427. if l > 0 {
  428. n += 1 + l + sovRoomAdmin(uint64(l))
  429. }
  430. if m.Data != nil {
  431. l = m.Data.Size()
  432. n += 1 + l + sovRoomAdmin(uint64(l))
  433. }
  434. return n
  435. }
  436. func (m *RoomAdminIsRoomAdminResp_UI) Size() (n int) {
  437. if m == nil {
  438. return 0
  439. }
  440. var l int
  441. _ = l
  442. if m.Uid != 0 {
  443. n += 1 + sovRoomAdmin(uint64(m.Uid))
  444. }
  445. l = len(m.Uname)
  446. if l > 0 {
  447. n += 1 + l + sovRoomAdmin(uint64(l))
  448. }
  449. return n
  450. }
  451. func (m *RoomAdminIsRoomAdminResp_Data) Size() (n int) {
  452. if m == nil {
  453. return 0
  454. }
  455. var l int
  456. _ = l
  457. if m.Userinfo != nil {
  458. l = m.Userinfo.Size()
  459. n += 1 + l + sovRoomAdmin(uint64(l))
  460. }
  461. if m.Uid != 0 {
  462. n += 1 + sovRoomAdmin(uint64(m.Uid))
  463. }
  464. if m.Roomid != 0 {
  465. n += 1 + sovRoomAdmin(uint64(m.Roomid))
  466. }
  467. l = len(m.Ctime)
  468. if l > 0 {
  469. n += 1 + l + sovRoomAdmin(uint64(l))
  470. }
  471. return n
  472. }
  473. func sovRoomAdmin(x uint64) (n int) {
  474. for {
  475. n++
  476. x >>= 7
  477. if x == 0 {
  478. break
  479. }
  480. }
  481. return n
  482. }
  483. func sozRoomAdmin(x uint64) (n int) {
  484. return sovRoomAdmin(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  485. }
  486. func (m *RoomAdminIsRoomAdminReq) Unmarshal(dAtA []byte) error {
  487. l := len(dAtA)
  488. iNdEx := 0
  489. for iNdEx < l {
  490. preIndex := iNdEx
  491. var wire uint64
  492. for shift := uint(0); ; shift += 7 {
  493. if shift >= 64 {
  494. return ErrIntOverflowRoomAdmin
  495. }
  496. if iNdEx >= l {
  497. return io.ErrUnexpectedEOF
  498. }
  499. b := dAtA[iNdEx]
  500. iNdEx++
  501. wire |= (uint64(b) & 0x7F) << shift
  502. if b < 0x80 {
  503. break
  504. }
  505. }
  506. fieldNum := int32(wire >> 3)
  507. wireType := int(wire & 0x7)
  508. if wireType == 4 {
  509. return fmt.Errorf("proto: RoomAdminIsRoomAdminReq: wiretype end group for non-group")
  510. }
  511. if fieldNum <= 0 {
  512. return fmt.Errorf("proto: RoomAdminIsRoomAdminReq: illegal tag %d (wire type %d)", fieldNum, wire)
  513. }
  514. switch fieldNum {
  515. case 1:
  516. if wireType != 2 {
  517. return fmt.Errorf("proto: wrong wireType = %d for field Uid", wireType)
  518. }
  519. var stringLen uint64
  520. for shift := uint(0); ; shift += 7 {
  521. if shift >= 64 {
  522. return ErrIntOverflowRoomAdmin
  523. }
  524. if iNdEx >= l {
  525. return io.ErrUnexpectedEOF
  526. }
  527. b := dAtA[iNdEx]
  528. iNdEx++
  529. stringLen |= (uint64(b) & 0x7F) << shift
  530. if b < 0x80 {
  531. break
  532. }
  533. }
  534. intStringLen := int(stringLen)
  535. if intStringLen < 0 {
  536. return ErrInvalidLengthRoomAdmin
  537. }
  538. postIndex := iNdEx + intStringLen
  539. if postIndex > l {
  540. return io.ErrUnexpectedEOF
  541. }
  542. m.Uid = string(dAtA[iNdEx:postIndex])
  543. iNdEx = postIndex
  544. case 2:
  545. if wireType != 0 {
  546. return fmt.Errorf("proto: wrong wireType = %d for field Roomid", wireType)
  547. }
  548. m.Roomid = 0
  549. for shift := uint(0); ; shift += 7 {
  550. if shift >= 64 {
  551. return ErrIntOverflowRoomAdmin
  552. }
  553. if iNdEx >= l {
  554. return io.ErrUnexpectedEOF
  555. }
  556. b := dAtA[iNdEx]
  557. iNdEx++
  558. m.Roomid |= (int64(b) & 0x7F) << shift
  559. if b < 0x80 {
  560. break
  561. }
  562. }
  563. case 3:
  564. if wireType != 0 {
  565. return fmt.Errorf("proto: wrong wireType = %d for field AnchorId", wireType)
  566. }
  567. m.AnchorId = 0
  568. for shift := uint(0); ; shift += 7 {
  569. if shift >= 64 {
  570. return ErrIntOverflowRoomAdmin
  571. }
  572. if iNdEx >= l {
  573. return io.ErrUnexpectedEOF
  574. }
  575. b := dAtA[iNdEx]
  576. iNdEx++
  577. m.AnchorId |= (int64(b) & 0x7F) << shift
  578. if b < 0x80 {
  579. break
  580. }
  581. }
  582. default:
  583. iNdEx = preIndex
  584. skippy, err := skipRoomAdmin(dAtA[iNdEx:])
  585. if err != nil {
  586. return err
  587. }
  588. if skippy < 0 {
  589. return ErrInvalidLengthRoomAdmin
  590. }
  591. if (iNdEx + skippy) > l {
  592. return io.ErrUnexpectedEOF
  593. }
  594. iNdEx += skippy
  595. }
  596. }
  597. if iNdEx > l {
  598. return io.ErrUnexpectedEOF
  599. }
  600. return nil
  601. }
  602. func (m *RoomAdminIsRoomAdminResp) Unmarshal(dAtA []byte) error {
  603. l := len(dAtA)
  604. iNdEx := 0
  605. for iNdEx < l {
  606. preIndex := iNdEx
  607. var wire uint64
  608. for shift := uint(0); ; shift += 7 {
  609. if shift >= 64 {
  610. return ErrIntOverflowRoomAdmin
  611. }
  612. if iNdEx >= l {
  613. return io.ErrUnexpectedEOF
  614. }
  615. b := dAtA[iNdEx]
  616. iNdEx++
  617. wire |= (uint64(b) & 0x7F) << shift
  618. if b < 0x80 {
  619. break
  620. }
  621. }
  622. fieldNum := int32(wire >> 3)
  623. wireType := int(wire & 0x7)
  624. if wireType == 4 {
  625. return fmt.Errorf("proto: RoomAdminIsRoomAdminResp: wiretype end group for non-group")
  626. }
  627. if fieldNum <= 0 {
  628. return fmt.Errorf("proto: RoomAdminIsRoomAdminResp: illegal tag %d (wire type %d)", fieldNum, wire)
  629. }
  630. switch fieldNum {
  631. case 1:
  632. if wireType != 0 {
  633. return fmt.Errorf("proto: wrong wireType = %d for field Code", wireType)
  634. }
  635. m.Code = 0
  636. for shift := uint(0); ; shift += 7 {
  637. if shift >= 64 {
  638. return ErrIntOverflowRoomAdmin
  639. }
  640. if iNdEx >= l {
  641. return io.ErrUnexpectedEOF
  642. }
  643. b := dAtA[iNdEx]
  644. iNdEx++
  645. m.Code |= (int64(b) & 0x7F) << shift
  646. if b < 0x80 {
  647. break
  648. }
  649. }
  650. case 2:
  651. if wireType != 2 {
  652. return fmt.Errorf("proto: wrong wireType = %d for field Msg", wireType)
  653. }
  654. var stringLen uint64
  655. for shift := uint(0); ; shift += 7 {
  656. if shift >= 64 {
  657. return ErrIntOverflowRoomAdmin
  658. }
  659. if iNdEx >= l {
  660. return io.ErrUnexpectedEOF
  661. }
  662. b := dAtA[iNdEx]
  663. iNdEx++
  664. stringLen |= (uint64(b) & 0x7F) << shift
  665. if b < 0x80 {
  666. break
  667. }
  668. }
  669. intStringLen := int(stringLen)
  670. if intStringLen < 0 {
  671. return ErrInvalidLengthRoomAdmin
  672. }
  673. postIndex := iNdEx + intStringLen
  674. if postIndex > l {
  675. return io.ErrUnexpectedEOF
  676. }
  677. m.Msg = string(dAtA[iNdEx:postIndex])
  678. iNdEx = postIndex
  679. case 3:
  680. if wireType != 2 {
  681. return fmt.Errorf("proto: wrong wireType = %d for field Data", wireType)
  682. }
  683. var msglen int
  684. for shift := uint(0); ; shift += 7 {
  685. if shift >= 64 {
  686. return ErrIntOverflowRoomAdmin
  687. }
  688. if iNdEx >= l {
  689. return io.ErrUnexpectedEOF
  690. }
  691. b := dAtA[iNdEx]
  692. iNdEx++
  693. msglen |= (int(b) & 0x7F) << shift
  694. if b < 0x80 {
  695. break
  696. }
  697. }
  698. if msglen < 0 {
  699. return ErrInvalidLengthRoomAdmin
  700. }
  701. postIndex := iNdEx + msglen
  702. if postIndex > l {
  703. return io.ErrUnexpectedEOF
  704. }
  705. if m.Data == nil {
  706. m.Data = &RoomAdminIsRoomAdminResp_Data{}
  707. }
  708. if err := m.Data.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  709. return err
  710. }
  711. iNdEx = postIndex
  712. default:
  713. iNdEx = preIndex
  714. skippy, err := skipRoomAdmin(dAtA[iNdEx:])
  715. if err != nil {
  716. return err
  717. }
  718. if skippy < 0 {
  719. return ErrInvalidLengthRoomAdmin
  720. }
  721. if (iNdEx + skippy) > l {
  722. return io.ErrUnexpectedEOF
  723. }
  724. iNdEx += skippy
  725. }
  726. }
  727. if iNdEx > l {
  728. return io.ErrUnexpectedEOF
  729. }
  730. return nil
  731. }
  732. func (m *RoomAdminIsRoomAdminResp_UI) Unmarshal(dAtA []byte) error {
  733. l := len(dAtA)
  734. iNdEx := 0
  735. for iNdEx < l {
  736. preIndex := iNdEx
  737. var wire uint64
  738. for shift := uint(0); ; shift += 7 {
  739. if shift >= 64 {
  740. return ErrIntOverflowRoomAdmin
  741. }
  742. if iNdEx >= l {
  743. return io.ErrUnexpectedEOF
  744. }
  745. b := dAtA[iNdEx]
  746. iNdEx++
  747. wire |= (uint64(b) & 0x7F) << shift
  748. if b < 0x80 {
  749. break
  750. }
  751. }
  752. fieldNum := int32(wire >> 3)
  753. wireType := int(wire & 0x7)
  754. if wireType == 4 {
  755. return fmt.Errorf("proto: UI: wiretype end group for non-group")
  756. }
  757. if fieldNum <= 0 {
  758. return fmt.Errorf("proto: UI: illegal tag %d (wire type %d)", fieldNum, wire)
  759. }
  760. switch fieldNum {
  761. case 1:
  762. if wireType != 0 {
  763. return fmt.Errorf("proto: wrong wireType = %d for field Uid", wireType)
  764. }
  765. m.Uid = 0
  766. for shift := uint(0); ; shift += 7 {
  767. if shift >= 64 {
  768. return ErrIntOverflowRoomAdmin
  769. }
  770. if iNdEx >= l {
  771. return io.ErrUnexpectedEOF
  772. }
  773. b := dAtA[iNdEx]
  774. iNdEx++
  775. m.Uid |= (int64(b) & 0x7F) << shift
  776. if b < 0x80 {
  777. break
  778. }
  779. }
  780. case 2:
  781. if wireType != 2 {
  782. return fmt.Errorf("proto: wrong wireType = %d for field Uname", wireType)
  783. }
  784. var stringLen uint64
  785. for shift := uint(0); ; shift += 7 {
  786. if shift >= 64 {
  787. return ErrIntOverflowRoomAdmin
  788. }
  789. if iNdEx >= l {
  790. return io.ErrUnexpectedEOF
  791. }
  792. b := dAtA[iNdEx]
  793. iNdEx++
  794. stringLen |= (uint64(b) & 0x7F) << shift
  795. if b < 0x80 {
  796. break
  797. }
  798. }
  799. intStringLen := int(stringLen)
  800. if intStringLen < 0 {
  801. return ErrInvalidLengthRoomAdmin
  802. }
  803. postIndex := iNdEx + intStringLen
  804. if postIndex > l {
  805. return io.ErrUnexpectedEOF
  806. }
  807. m.Uname = string(dAtA[iNdEx:postIndex])
  808. iNdEx = postIndex
  809. default:
  810. iNdEx = preIndex
  811. skippy, err := skipRoomAdmin(dAtA[iNdEx:])
  812. if err != nil {
  813. return err
  814. }
  815. if skippy < 0 {
  816. return ErrInvalidLengthRoomAdmin
  817. }
  818. if (iNdEx + skippy) > l {
  819. return io.ErrUnexpectedEOF
  820. }
  821. iNdEx += skippy
  822. }
  823. }
  824. if iNdEx > l {
  825. return io.ErrUnexpectedEOF
  826. }
  827. return nil
  828. }
  829. func (m *RoomAdminIsRoomAdminResp_Data) Unmarshal(dAtA []byte) error {
  830. l := len(dAtA)
  831. iNdEx := 0
  832. for iNdEx < l {
  833. preIndex := iNdEx
  834. var wire uint64
  835. for shift := uint(0); ; shift += 7 {
  836. if shift >= 64 {
  837. return ErrIntOverflowRoomAdmin
  838. }
  839. if iNdEx >= l {
  840. return io.ErrUnexpectedEOF
  841. }
  842. b := dAtA[iNdEx]
  843. iNdEx++
  844. wire |= (uint64(b) & 0x7F) << shift
  845. if b < 0x80 {
  846. break
  847. }
  848. }
  849. fieldNum := int32(wire >> 3)
  850. wireType := int(wire & 0x7)
  851. if wireType == 4 {
  852. return fmt.Errorf("proto: Data: wiretype end group for non-group")
  853. }
  854. if fieldNum <= 0 {
  855. return fmt.Errorf("proto: Data: illegal tag %d (wire type %d)", fieldNum, wire)
  856. }
  857. switch fieldNum {
  858. case 1:
  859. if wireType != 2 {
  860. return fmt.Errorf("proto: wrong wireType = %d for field Userinfo", wireType)
  861. }
  862. var msglen int
  863. for shift := uint(0); ; shift += 7 {
  864. if shift >= 64 {
  865. return ErrIntOverflowRoomAdmin
  866. }
  867. if iNdEx >= l {
  868. return io.ErrUnexpectedEOF
  869. }
  870. b := dAtA[iNdEx]
  871. iNdEx++
  872. msglen |= (int(b) & 0x7F) << shift
  873. if b < 0x80 {
  874. break
  875. }
  876. }
  877. if msglen < 0 {
  878. return ErrInvalidLengthRoomAdmin
  879. }
  880. postIndex := iNdEx + msglen
  881. if postIndex > l {
  882. return io.ErrUnexpectedEOF
  883. }
  884. if m.Userinfo == nil {
  885. m.Userinfo = &RoomAdminIsRoomAdminResp_UI{}
  886. }
  887. if err := m.Userinfo.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
  888. return err
  889. }
  890. iNdEx = postIndex
  891. case 2:
  892. if wireType != 0 {
  893. return fmt.Errorf("proto: wrong wireType = %d for field Uid", wireType)
  894. }
  895. m.Uid = 0
  896. for shift := uint(0); ; shift += 7 {
  897. if shift >= 64 {
  898. return ErrIntOverflowRoomAdmin
  899. }
  900. if iNdEx >= l {
  901. return io.ErrUnexpectedEOF
  902. }
  903. b := dAtA[iNdEx]
  904. iNdEx++
  905. m.Uid |= (int64(b) & 0x7F) << shift
  906. if b < 0x80 {
  907. break
  908. }
  909. }
  910. case 3:
  911. if wireType != 0 {
  912. return fmt.Errorf("proto: wrong wireType = %d for field Roomid", wireType)
  913. }
  914. m.Roomid = 0
  915. for shift := uint(0); ; shift += 7 {
  916. if shift >= 64 {
  917. return ErrIntOverflowRoomAdmin
  918. }
  919. if iNdEx >= l {
  920. return io.ErrUnexpectedEOF
  921. }
  922. b := dAtA[iNdEx]
  923. iNdEx++
  924. m.Roomid |= (int64(b) & 0x7F) << shift
  925. if b < 0x80 {
  926. break
  927. }
  928. }
  929. case 4:
  930. if wireType != 2 {
  931. return fmt.Errorf("proto: wrong wireType = %d for field Ctime", wireType)
  932. }
  933. var stringLen uint64
  934. for shift := uint(0); ; shift += 7 {
  935. if shift >= 64 {
  936. return ErrIntOverflowRoomAdmin
  937. }
  938. if iNdEx >= l {
  939. return io.ErrUnexpectedEOF
  940. }
  941. b := dAtA[iNdEx]
  942. iNdEx++
  943. stringLen |= (uint64(b) & 0x7F) << shift
  944. if b < 0x80 {
  945. break
  946. }
  947. }
  948. intStringLen := int(stringLen)
  949. if intStringLen < 0 {
  950. return ErrInvalidLengthRoomAdmin
  951. }
  952. postIndex := iNdEx + intStringLen
  953. if postIndex > l {
  954. return io.ErrUnexpectedEOF
  955. }
  956. m.Ctime = string(dAtA[iNdEx:postIndex])
  957. iNdEx = postIndex
  958. default:
  959. iNdEx = preIndex
  960. skippy, err := skipRoomAdmin(dAtA[iNdEx:])
  961. if err != nil {
  962. return err
  963. }
  964. if skippy < 0 {
  965. return ErrInvalidLengthRoomAdmin
  966. }
  967. if (iNdEx + skippy) > l {
  968. return io.ErrUnexpectedEOF
  969. }
  970. iNdEx += skippy
  971. }
  972. }
  973. if iNdEx > l {
  974. return io.ErrUnexpectedEOF
  975. }
  976. return nil
  977. }
  978. func skipRoomAdmin(dAtA []byte) (n int, err error) {
  979. l := len(dAtA)
  980. iNdEx := 0
  981. for iNdEx < l {
  982. var wire uint64
  983. for shift := uint(0); ; shift += 7 {
  984. if shift >= 64 {
  985. return 0, ErrIntOverflowRoomAdmin
  986. }
  987. if iNdEx >= l {
  988. return 0, io.ErrUnexpectedEOF
  989. }
  990. b := dAtA[iNdEx]
  991. iNdEx++
  992. wire |= (uint64(b) & 0x7F) << shift
  993. if b < 0x80 {
  994. break
  995. }
  996. }
  997. wireType := int(wire & 0x7)
  998. switch wireType {
  999. case 0:
  1000. for shift := uint(0); ; shift += 7 {
  1001. if shift >= 64 {
  1002. return 0, ErrIntOverflowRoomAdmin
  1003. }
  1004. if iNdEx >= l {
  1005. return 0, io.ErrUnexpectedEOF
  1006. }
  1007. iNdEx++
  1008. if dAtA[iNdEx-1] < 0x80 {
  1009. break
  1010. }
  1011. }
  1012. return iNdEx, nil
  1013. case 1:
  1014. iNdEx += 8
  1015. return iNdEx, nil
  1016. case 2:
  1017. var length int
  1018. for shift := uint(0); ; shift += 7 {
  1019. if shift >= 64 {
  1020. return 0, ErrIntOverflowRoomAdmin
  1021. }
  1022. if iNdEx >= l {
  1023. return 0, io.ErrUnexpectedEOF
  1024. }
  1025. b := dAtA[iNdEx]
  1026. iNdEx++
  1027. length |= (int(b) & 0x7F) << shift
  1028. if b < 0x80 {
  1029. break
  1030. }
  1031. }
  1032. iNdEx += length
  1033. if length < 0 {
  1034. return 0, ErrInvalidLengthRoomAdmin
  1035. }
  1036. return iNdEx, nil
  1037. case 3:
  1038. for {
  1039. var innerWire uint64
  1040. var start int = iNdEx
  1041. for shift := uint(0); ; shift += 7 {
  1042. if shift >= 64 {
  1043. return 0, ErrIntOverflowRoomAdmin
  1044. }
  1045. if iNdEx >= l {
  1046. return 0, io.ErrUnexpectedEOF
  1047. }
  1048. b := dAtA[iNdEx]
  1049. iNdEx++
  1050. innerWire |= (uint64(b) & 0x7F) << shift
  1051. if b < 0x80 {
  1052. break
  1053. }
  1054. }
  1055. innerWireType := int(innerWire & 0x7)
  1056. if innerWireType == 4 {
  1057. break
  1058. }
  1059. next, err := skipRoomAdmin(dAtA[start:])
  1060. if err != nil {
  1061. return 0, err
  1062. }
  1063. iNdEx = start + next
  1064. }
  1065. return iNdEx, nil
  1066. case 4:
  1067. return iNdEx, nil
  1068. case 5:
  1069. iNdEx += 4
  1070. return iNdEx, nil
  1071. default:
  1072. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  1073. }
  1074. }
  1075. panic("unreachable")
  1076. }
  1077. var (
  1078. ErrInvalidLengthRoomAdmin = fmt.Errorf("proto: negative length found during unmarshaling")
  1079. ErrIntOverflowRoomAdmin = fmt.Errorf("proto: integer overflow")
  1080. )
  1081. func init() { proto.RegisterFile("v1/RoomAdmin.proto", fileDescriptor_RoomAdmin_00e9d4c4f349d463) }
  1082. var fileDescriptor_RoomAdmin_00e9d4c4f349d463 = []byte{
  1083. // 410 bytes of a gzipped FileDescriptorProto
  1084. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x4d, 0x8e, 0xd3, 0x30,
  1085. 0x14, 0xc7, 0xeb, 0x24, 0x33, 0x34, 0x6f, 0x66, 0x36, 0xde, 0x10, 0xa2, 0x51, 0x3c, 0xaa, 0x04,
  1086. 0x1a, 0x40, 0xa4, 0x6a, 0xb9, 0x00, 0x44, 0x6c, 0xb2, 0x35, 0x9a, 0x0d, 0x0b, 0xa2, 0x34, 0xc9,
  1087. 0xa4, 0x16, 0x38, 0x6e, 0xf3, 0x75, 0x02, 0x0e, 0xc0, 0x09, 0xb8, 0x08, 0x17, 0x60, 0xd9, 0x25,
  1088. 0xab, 0x08, 0xb5, 0xbb, 0x9c, 0x02, 0xd9, 0x09, 0x69, 0x85, 0x5a, 0xa9, 0x9b, 0xf7, 0xf1, 0x97,
  1089. 0xdf, 0x7b, 0x3f, 0x3f, 0x1b, 0x70, 0x3d, 0x9b, 0x52, 0x21, 0xf8, 0xfb, 0x98, 0xb3, 0xcc, 0x5d,
  1090. 0xe5, 0xa2, 0x14, 0xf8, 0xfa, 0x2b, 0xab, 0x93, 0xa0, 0x2a, 0x92, 0xdc, 0xad, 0x67, 0xf6, 0x9b,
  1091. 0x94, 0x95, 0xcb, 0x6a, 0xe1, 0x46, 0x82, 0x4f, 0x53, 0x91, 0x8a, 0xa9, 0x3a, 0xb4, 0xa8, 0x1e,
  1092. 0x55, 0xa6, 0x12, 0x15, 0x75, 0xc5, 0x93, 0x6f, 0x08, 0x9e, 0x0e, 0x0d, 0xfd, 0x62, 0x08, 0x69,
  1093. 0xb2, 0xc6, 0xcf, 0x40, 0xaf, 0x58, 0x6c, 0xa1, 0x3b, 0x74, 0x6f, 0x7a, 0x4f, 0xda, 0x86, 0xc8,
  1094. 0x94, 0x4a, 0x83, 0x27, 0x70, 0x99, 0x0b, 0xc1, 0x59, 0x6c, 0x69, 0x77, 0xe8, 0x5e, 0xf7, 0xa0,
  1095. 0x6d, 0x48, 0xaf, 0xd0, 0xde, 0xe3, 0x57, 0x60, 0x86, 0x59, 0xb4, 0x14, 0x79, 0xc0, 0x62, 0x4b,
  1096. 0x57, 0xc7, 0x6e, 0xda, 0x86, 0xec, 0x45, 0x3a, 0xee, 0x42, 0x3f, 0x9e, 0xfc, 0xd0, 0xc1, 0x3a,
  1097. 0x8e, 0x51, 0xac, 0xf0, 0x2d, 0x18, 0x91, 0x88, 0x13, 0x05, 0xa2, 0x7b, 0xe3, 0xb6, 0x21, 0x2a,
  1098. 0xa7, 0xca, 0x4a, 0x4a, 0x5e, 0xa4, 0x8a, 0xa3, 0xa7, 0xe4, 0x45, 0x4a, 0xa5, 0xc1, 0x3e, 0x18,
  1099. 0x71, 0x58, 0x86, 0x6a, 0xf8, 0xd5, 0xfc, 0xb5, 0x7b, 0xb8, 0x28, 0xf7, 0xd4, 0x38, 0xf7, 0x43,
  1100. 0x58, 0x86, 0xdd, 0x14, 0x59, 0x4c, 0x95, 0xb5, 0xdf, 0x81, 0xf6, 0xe0, 0x1f, 0x6e, 0x44, 0xff,
  1101. 0x6f, 0x23, 0x04, 0x2e, 0xaa, 0x2c, 0xe4, 0x49, 0x0f, 0x62, 0xb6, 0x0d, 0xe9, 0x04, 0xda, 0x39,
  1102. 0xfb, 0x27, 0x02, 0x43, 0xb6, 0xc6, 0x1f, 0x61, 0x2c, 0x19, 0x58, 0xf6, 0x28, 0x54, 0xa7, 0xab,
  1103. 0xf9, 0xcb, 0x33, 0xc9, 0x1e, 0x7c, 0xef, 0xba, 0x6d, 0xc8, 0x50, 0x4e, 0x87, 0xe8, 0x1f, 0x99,
  1104. 0x76, 0x84, 0x6c, 0xff, 0x56, 0xfa, 0xc9, 0xb7, 0x22, 0x70, 0x11, 0x95, 0x8c, 0x27, 0x96, 0xb1,
  1105. 0xa7, 0x57, 0x02, 0xed, 0xdc, 0xfc, 0x0b, 0x98, 0x03, 0x0b, 0xfe, 0x0c, 0x37, 0xac, 0x08, 0x64,
  1106. 0x69, 0x10, 0x2a, 0xe1, 0xf9, 0x39, 0x17, 0x58, 0xdb, 0x2f, 0xce, 0xbb, 0xa7, 0x77, 0xfb, 0x6b,
  1107. 0xeb, 0xa0, 0xcd, 0xd6, 0x41, 0x7f, 0xb6, 0x0e, 0xfa, 0xbe, 0x73, 0x46, 0x9b, 0x9d, 0x33, 0xfa,
  1108. 0xbd, 0x73, 0x46, 0x9f, 0xb4, 0x7a, 0xb6, 0xb8, 0x54, 0x3f, 0xf7, 0xed, 0xdf, 0x00, 0x00, 0x00,
  1109. 0xff, 0xff, 0x8f, 0x71, 0xc5, 0x66, 0x0c, 0x03, 0x00, 0x00,
  1110. }