dm.pb.go 29 KB

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