api.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. // Code generated by protoc-gen-gogo. DO NOT EDIT.
  2. // source: app/service/live/grpc-demo/api/grpc/v1/api.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 (
  9. context "golang.org/x/net/context"
  10. grpc "google.golang.org/grpc"
  11. )
  12. import io "io"
  13. // Reference imports to suppress errors if they are not otherwise used.
  14. var _ = proto.Marshal
  15. var _ = fmt.Errorf
  16. var _ = math.Inf
  17. // This is a compile-time assertion to ensure that this generated file
  18. // is compatible with the proto package it is being compiled against.
  19. // A compilation error at this line likely means your copy of the
  20. // proto package needs to be updated.
  21. const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
  22. type GeeterReq struct {
  23. Uid int32 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty" form:"uid" validate:"required"`
  24. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  25. XXX_unrecognized []byte `json:"-"`
  26. XXX_sizecache int32 `json:"-"`
  27. }
  28. func (m *GeeterReq) Reset() { *m = GeeterReq{} }
  29. func (m *GeeterReq) String() string { return proto.CompactTextString(m) }
  30. func (*GeeterReq) ProtoMessage() {}
  31. func (*GeeterReq) Descriptor() ([]byte, []int) {
  32. return fileDescriptor_api_021c7d441ded66d0, []int{0}
  33. }
  34. func (m *GeeterReq) XXX_Unmarshal(b []byte) error {
  35. return m.Unmarshal(b)
  36. }
  37. func (m *GeeterReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  38. if deterministic {
  39. return xxx_messageInfo_GeeterReq.Marshal(b, m, deterministic)
  40. } else {
  41. b = b[:cap(b)]
  42. n, err := m.MarshalTo(b)
  43. if err != nil {
  44. return nil, err
  45. }
  46. return b[:n], nil
  47. }
  48. }
  49. func (dst *GeeterReq) XXX_Merge(src proto.Message) {
  50. xxx_messageInfo_GeeterReq.Merge(dst, src)
  51. }
  52. func (m *GeeterReq) XXX_Size() int {
  53. return m.Size()
  54. }
  55. func (m *GeeterReq) XXX_DiscardUnknown() {
  56. xxx_messageInfo_GeeterReq.DiscardUnknown(m)
  57. }
  58. var xxx_messageInfo_GeeterReq proto.InternalMessageInfo
  59. func (m *GeeterReq) GetUid() int32 {
  60. if m != nil {
  61. return m.Uid
  62. }
  63. return 0
  64. }
  65. type GreeterResp struct {
  66. Uid int32 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"`
  67. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  68. XXX_unrecognized []byte `json:"-"`
  69. XXX_sizecache int32 `json:"-"`
  70. }
  71. func (m *GreeterResp) Reset() { *m = GreeterResp{} }
  72. func (m *GreeterResp) String() string { return proto.CompactTextString(m) }
  73. func (*GreeterResp) ProtoMessage() {}
  74. func (*GreeterResp) Descriptor() ([]byte, []int) {
  75. return fileDescriptor_api_021c7d441ded66d0, []int{1}
  76. }
  77. func (m *GreeterResp) XXX_Unmarshal(b []byte) error {
  78. return m.Unmarshal(b)
  79. }
  80. func (m *GreeterResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  81. if deterministic {
  82. return xxx_messageInfo_GreeterResp.Marshal(b, m, deterministic)
  83. } else {
  84. b = b[:cap(b)]
  85. n, err := m.MarshalTo(b)
  86. if err != nil {
  87. return nil, err
  88. }
  89. return b[:n], nil
  90. }
  91. }
  92. func (dst *GreeterResp) XXX_Merge(src proto.Message) {
  93. xxx_messageInfo_GreeterResp.Merge(dst, src)
  94. }
  95. func (m *GreeterResp) XXX_Size() int {
  96. return m.Size()
  97. }
  98. func (m *GreeterResp) XXX_DiscardUnknown() {
  99. xxx_messageInfo_GreeterResp.DiscardUnknown(m)
  100. }
  101. var xxx_messageInfo_GreeterResp proto.InternalMessageInfo
  102. func (m *GreeterResp) GetUid() int32 {
  103. if m != nil {
  104. return m.Uid
  105. }
  106. return 0
  107. }
  108. func init() {
  109. proto.RegisterType((*GeeterReq)(nil), "live.grpcdemo.v1.GeeterReq")
  110. proto.RegisterType((*GreeterResp)(nil), "live.grpcdemo.v1.GreeterResp")
  111. }
  112. // Reference imports to suppress errors if they are not otherwise used.
  113. var _ context.Context
  114. var _ grpc.ClientConn
  115. // This is a compile-time assertion to ensure that this generated file
  116. // is compatible with the grpc package it is being compiled against.
  117. const _ = grpc.SupportPackageIsVersion4
  118. // GreeterClient is the client API for Greeter service.
  119. //
  120. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  121. type GreeterClient interface {
  122. // `method:"POST" internal:"true"`
  123. SayHelloInternal(ctx context.Context, in *GeeterReq, opts ...grpc.CallOption) (*GreeterResp, error)
  124. SayHello(ctx context.Context, in *GeeterReq, opts ...grpc.CallOption) (*GreeterResp, error)
  125. }
  126. type greeterClient struct {
  127. cc *grpc.ClientConn
  128. }
  129. func NewGreeterClient(cc *grpc.ClientConn) GreeterClient {
  130. return &greeterClient{cc}
  131. }
  132. func (c *greeterClient) SayHelloInternal(ctx context.Context, in *GeeterReq, opts ...grpc.CallOption) (*GreeterResp, error) {
  133. out := new(GreeterResp)
  134. err := c.cc.Invoke(ctx, "/live.grpcdemo.v1.Greeter/say_hello_internal", in, out, opts...)
  135. if err != nil {
  136. return nil, err
  137. }
  138. return out, nil
  139. }
  140. func (c *greeterClient) SayHello(ctx context.Context, in *GeeterReq, opts ...grpc.CallOption) (*GreeterResp, error) {
  141. out := new(GreeterResp)
  142. err := c.cc.Invoke(ctx, "/live.grpcdemo.v1.Greeter/say_hello", in, out, opts...)
  143. if err != nil {
  144. return nil, err
  145. }
  146. return out, nil
  147. }
  148. // GreeterServer is the server API for Greeter service.
  149. type GreeterServer interface {
  150. // `method:"POST" internal:"true"`
  151. SayHelloInternal(context.Context, *GeeterReq) (*GreeterResp, error)
  152. SayHello(context.Context, *GeeterReq) (*GreeterResp, error)
  153. }
  154. func RegisterGreeterServer(s *grpc.Server, srv GreeterServer) {
  155. s.RegisterService(&_Greeter_serviceDesc, srv)
  156. }
  157. func _Greeter_SayHelloInternal_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  158. in := new(GeeterReq)
  159. if err := dec(in); err != nil {
  160. return nil, err
  161. }
  162. if interceptor == nil {
  163. return srv.(GreeterServer).SayHelloInternal(ctx, in)
  164. }
  165. info := &grpc.UnaryServerInfo{
  166. Server: srv,
  167. FullMethod: "/live.grpcdemo.v1.Greeter/SayHelloInternal",
  168. }
  169. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  170. return srv.(GreeterServer).SayHelloInternal(ctx, req.(*GeeterReq))
  171. }
  172. return interceptor(ctx, in, info, handler)
  173. }
  174. func _Greeter_SayHello_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  175. in := new(GeeterReq)
  176. if err := dec(in); err != nil {
  177. return nil, err
  178. }
  179. if interceptor == nil {
  180. return srv.(GreeterServer).SayHello(ctx, in)
  181. }
  182. info := &grpc.UnaryServerInfo{
  183. Server: srv,
  184. FullMethod: "/live.grpcdemo.v1.Greeter/SayHello",
  185. }
  186. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  187. return srv.(GreeterServer).SayHello(ctx, req.(*GeeterReq))
  188. }
  189. return interceptor(ctx, in, info, handler)
  190. }
  191. var _Greeter_serviceDesc = grpc.ServiceDesc{
  192. ServiceName: "live.grpcdemo.v1.Greeter",
  193. HandlerType: (*GreeterServer)(nil),
  194. Methods: []grpc.MethodDesc{
  195. {
  196. MethodName: "say_hello_internal",
  197. Handler: _Greeter_SayHelloInternal_Handler,
  198. },
  199. {
  200. MethodName: "say_hello",
  201. Handler: _Greeter_SayHello_Handler,
  202. },
  203. },
  204. Streams: []grpc.StreamDesc{},
  205. Metadata: "app/service/live/grpc-demo/api/grpc/v1/api.proto",
  206. }
  207. func (m *GeeterReq) Marshal() (dAtA []byte, err error) {
  208. size := m.Size()
  209. dAtA = make([]byte, size)
  210. n, err := m.MarshalTo(dAtA)
  211. if err != nil {
  212. return nil, err
  213. }
  214. return dAtA[:n], nil
  215. }
  216. func (m *GeeterReq) MarshalTo(dAtA []byte) (int, error) {
  217. var i int
  218. _ = i
  219. var l int
  220. _ = l
  221. if m.Uid != 0 {
  222. dAtA[i] = 0x8
  223. i++
  224. i = encodeVarintApi(dAtA, i, uint64(m.Uid))
  225. }
  226. if m.XXX_unrecognized != nil {
  227. i += copy(dAtA[i:], m.XXX_unrecognized)
  228. }
  229. return i, nil
  230. }
  231. func (m *GreeterResp) Marshal() (dAtA []byte, err error) {
  232. size := m.Size()
  233. dAtA = make([]byte, size)
  234. n, err := m.MarshalTo(dAtA)
  235. if err != nil {
  236. return nil, err
  237. }
  238. return dAtA[:n], nil
  239. }
  240. func (m *GreeterResp) MarshalTo(dAtA []byte) (int, error) {
  241. var i int
  242. _ = i
  243. var l int
  244. _ = l
  245. if m.Uid != 0 {
  246. dAtA[i] = 0x8
  247. i++
  248. i = encodeVarintApi(dAtA, i, uint64(m.Uid))
  249. }
  250. if m.XXX_unrecognized != nil {
  251. i += copy(dAtA[i:], m.XXX_unrecognized)
  252. }
  253. return i, nil
  254. }
  255. func encodeVarintApi(dAtA []byte, offset int, v uint64) int {
  256. for v >= 1<<7 {
  257. dAtA[offset] = uint8(v&0x7f | 0x80)
  258. v >>= 7
  259. offset++
  260. }
  261. dAtA[offset] = uint8(v)
  262. return offset + 1
  263. }
  264. func (m *GeeterReq) Size() (n int) {
  265. if m == nil {
  266. return 0
  267. }
  268. var l int
  269. _ = l
  270. if m.Uid != 0 {
  271. n += 1 + sovApi(uint64(m.Uid))
  272. }
  273. if m.XXX_unrecognized != nil {
  274. n += len(m.XXX_unrecognized)
  275. }
  276. return n
  277. }
  278. func (m *GreeterResp) Size() (n int) {
  279. if m == nil {
  280. return 0
  281. }
  282. var l int
  283. _ = l
  284. if m.Uid != 0 {
  285. n += 1 + sovApi(uint64(m.Uid))
  286. }
  287. if m.XXX_unrecognized != nil {
  288. n += len(m.XXX_unrecognized)
  289. }
  290. return n
  291. }
  292. func sovApi(x uint64) (n int) {
  293. for {
  294. n++
  295. x >>= 7
  296. if x == 0 {
  297. break
  298. }
  299. }
  300. return n
  301. }
  302. func sozApi(x uint64) (n int) {
  303. return sovApi(uint64((x << 1) ^ uint64((int64(x) >> 63))))
  304. }
  305. func (m *GeeterReq) Unmarshal(dAtA []byte) error {
  306. l := len(dAtA)
  307. iNdEx := 0
  308. for iNdEx < l {
  309. preIndex := iNdEx
  310. var wire uint64
  311. for shift := uint(0); ; shift += 7 {
  312. if shift >= 64 {
  313. return ErrIntOverflowApi
  314. }
  315. if iNdEx >= l {
  316. return io.ErrUnexpectedEOF
  317. }
  318. b := dAtA[iNdEx]
  319. iNdEx++
  320. wire |= (uint64(b) & 0x7F) << shift
  321. if b < 0x80 {
  322. break
  323. }
  324. }
  325. fieldNum := int32(wire >> 3)
  326. wireType := int(wire & 0x7)
  327. if wireType == 4 {
  328. return fmt.Errorf("proto: GeeterReq: wiretype end group for non-group")
  329. }
  330. if fieldNum <= 0 {
  331. return fmt.Errorf("proto: GeeterReq: illegal tag %d (wire type %d)", fieldNum, wire)
  332. }
  333. switch fieldNum {
  334. case 1:
  335. if wireType != 0 {
  336. return fmt.Errorf("proto: wrong wireType = %d for field Uid", wireType)
  337. }
  338. m.Uid = 0
  339. for shift := uint(0); ; shift += 7 {
  340. if shift >= 64 {
  341. return ErrIntOverflowApi
  342. }
  343. if iNdEx >= l {
  344. return io.ErrUnexpectedEOF
  345. }
  346. b := dAtA[iNdEx]
  347. iNdEx++
  348. m.Uid |= (int32(b) & 0x7F) << shift
  349. if b < 0x80 {
  350. break
  351. }
  352. }
  353. default:
  354. iNdEx = preIndex
  355. skippy, err := skipApi(dAtA[iNdEx:])
  356. if err != nil {
  357. return err
  358. }
  359. if skippy < 0 {
  360. return ErrInvalidLengthApi
  361. }
  362. if (iNdEx + skippy) > l {
  363. return io.ErrUnexpectedEOF
  364. }
  365. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  366. iNdEx += skippy
  367. }
  368. }
  369. if iNdEx > l {
  370. return io.ErrUnexpectedEOF
  371. }
  372. return nil
  373. }
  374. func (m *GreeterResp) Unmarshal(dAtA []byte) error {
  375. l := len(dAtA)
  376. iNdEx := 0
  377. for iNdEx < l {
  378. preIndex := iNdEx
  379. var wire uint64
  380. for shift := uint(0); ; shift += 7 {
  381. if shift >= 64 {
  382. return ErrIntOverflowApi
  383. }
  384. if iNdEx >= l {
  385. return io.ErrUnexpectedEOF
  386. }
  387. b := dAtA[iNdEx]
  388. iNdEx++
  389. wire |= (uint64(b) & 0x7F) << shift
  390. if b < 0x80 {
  391. break
  392. }
  393. }
  394. fieldNum := int32(wire >> 3)
  395. wireType := int(wire & 0x7)
  396. if wireType == 4 {
  397. return fmt.Errorf("proto: GreeterResp: wiretype end group for non-group")
  398. }
  399. if fieldNum <= 0 {
  400. return fmt.Errorf("proto: GreeterResp: illegal tag %d (wire type %d)", fieldNum, wire)
  401. }
  402. switch fieldNum {
  403. case 1:
  404. if wireType != 0 {
  405. return fmt.Errorf("proto: wrong wireType = %d for field Uid", wireType)
  406. }
  407. m.Uid = 0
  408. for shift := uint(0); ; shift += 7 {
  409. if shift >= 64 {
  410. return ErrIntOverflowApi
  411. }
  412. if iNdEx >= l {
  413. return io.ErrUnexpectedEOF
  414. }
  415. b := dAtA[iNdEx]
  416. iNdEx++
  417. m.Uid |= (int32(b) & 0x7F) << shift
  418. if b < 0x80 {
  419. break
  420. }
  421. }
  422. default:
  423. iNdEx = preIndex
  424. skippy, err := skipApi(dAtA[iNdEx:])
  425. if err != nil {
  426. return err
  427. }
  428. if skippy < 0 {
  429. return ErrInvalidLengthApi
  430. }
  431. if (iNdEx + skippy) > l {
  432. return io.ErrUnexpectedEOF
  433. }
  434. m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
  435. iNdEx += skippy
  436. }
  437. }
  438. if iNdEx > l {
  439. return io.ErrUnexpectedEOF
  440. }
  441. return nil
  442. }
  443. func skipApi(dAtA []byte) (n int, err error) {
  444. l := len(dAtA)
  445. iNdEx := 0
  446. for iNdEx < l {
  447. var wire uint64
  448. for shift := uint(0); ; shift += 7 {
  449. if shift >= 64 {
  450. return 0, ErrIntOverflowApi
  451. }
  452. if iNdEx >= l {
  453. return 0, io.ErrUnexpectedEOF
  454. }
  455. b := dAtA[iNdEx]
  456. iNdEx++
  457. wire |= (uint64(b) & 0x7F) << shift
  458. if b < 0x80 {
  459. break
  460. }
  461. }
  462. wireType := int(wire & 0x7)
  463. switch wireType {
  464. case 0:
  465. for shift := uint(0); ; shift += 7 {
  466. if shift >= 64 {
  467. return 0, ErrIntOverflowApi
  468. }
  469. if iNdEx >= l {
  470. return 0, io.ErrUnexpectedEOF
  471. }
  472. iNdEx++
  473. if dAtA[iNdEx-1] < 0x80 {
  474. break
  475. }
  476. }
  477. return iNdEx, nil
  478. case 1:
  479. iNdEx += 8
  480. return iNdEx, nil
  481. case 2:
  482. var length int
  483. for shift := uint(0); ; shift += 7 {
  484. if shift >= 64 {
  485. return 0, ErrIntOverflowApi
  486. }
  487. if iNdEx >= l {
  488. return 0, io.ErrUnexpectedEOF
  489. }
  490. b := dAtA[iNdEx]
  491. iNdEx++
  492. length |= (int(b) & 0x7F) << shift
  493. if b < 0x80 {
  494. break
  495. }
  496. }
  497. iNdEx += length
  498. if length < 0 {
  499. return 0, ErrInvalidLengthApi
  500. }
  501. return iNdEx, nil
  502. case 3:
  503. for {
  504. var innerWire uint64
  505. var start int = iNdEx
  506. for shift := uint(0); ; shift += 7 {
  507. if shift >= 64 {
  508. return 0, ErrIntOverflowApi
  509. }
  510. if iNdEx >= l {
  511. return 0, io.ErrUnexpectedEOF
  512. }
  513. b := dAtA[iNdEx]
  514. iNdEx++
  515. innerWire |= (uint64(b) & 0x7F) << shift
  516. if b < 0x80 {
  517. break
  518. }
  519. }
  520. innerWireType := int(innerWire & 0x7)
  521. if innerWireType == 4 {
  522. break
  523. }
  524. next, err := skipApi(dAtA[start:])
  525. if err != nil {
  526. return 0, err
  527. }
  528. iNdEx = start + next
  529. }
  530. return iNdEx, nil
  531. case 4:
  532. return iNdEx, nil
  533. case 5:
  534. iNdEx += 4
  535. return iNdEx, nil
  536. default:
  537. return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
  538. }
  539. }
  540. panic("unreachable")
  541. }
  542. var (
  543. ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling")
  544. ErrIntOverflowApi = fmt.Errorf("proto: integer overflow")
  545. )
  546. func init() {
  547. proto.RegisterFile("app/service/live/grpc-demo/api/grpc/v1/api.proto", fileDescriptor_api_021c7d441ded66d0)
  548. }
  549. var fileDescriptor_api_021c7d441ded66d0 = []byte{
  550. // 271 bytes of a gzipped FileDescriptorProto
  551. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x90, 0x3d, 0x4e, 0xc3, 0x30,
  552. 0x18, 0x40, 0x65, 0x10, 0x54, 0x35, 0x4b, 0xe5, 0x09, 0x8a, 0x48, 0x2b, 0x4f, 0x5d, 0x6a, 0x13,
  553. 0x60, 0xea, 0x46, 0x97, 0xac, 0xa8, 0x23, 0x4b, 0xe5, 0x24, 0x5f, 0x53, 0x4b, 0x49, 0xed, 0x3a,
  554. 0xb6, 0x25, 0xee, 0xc3, 0x61, 0x18, 0x39, 0x41, 0x85, 0x32, 0x32, 0x72, 0x02, 0x64, 0x53, 0x55,
  555. 0x15, 0x62, 0x63, 0xfb, 0x9e, 0xfd, 0xf4, 0xfc, 0x83, 0x6f, 0x85, 0xd6, 0xbc, 0x05, 0xe3, 0x65,
  556. 0x01, 0xbc, 0x96, 0x1e, 0x78, 0x65, 0x74, 0x31, 0x2d, 0xa1, 0x51, 0x5c, 0x68, 0x19, 0x89, 0xfb,
  557. 0x34, 0xcc, 0x4c, 0x1b, 0x65, 0x15, 0x19, 0x04, 0x8b, 0x85, 0xf5, 0x20, 0x31, 0x9f, 0x0e, 0xa7,
  558. 0x95, 0xb4, 0x6b, 0x97, 0xb3, 0x42, 0x35, 0xbc, 0x52, 0x95, 0xe2, 0x51, 0xcc, 0xdd, 0x2a, 0x52,
  559. 0x84, 0x38, 0xfd, 0x04, 0xe8, 0x23, 0xee, 0x67, 0x00, 0x16, 0xcc, 0x02, 0xb6, 0xe4, 0x01, 0x9f,
  560. 0x3a, 0x59, 0x5e, 0xa2, 0x31, 0x9a, 0x9c, 0xcd, 0xe9, 0xd7, 0x6e, 0x94, 0xac, 0x94, 0x69, 0x66,
  561. 0xd4, 0xc9, 0x92, 0x8e, 0xbd, 0xa8, 0x65, 0x29, 0x2c, 0xcc, 0xa8, 0x81, 0xad, 0x93, 0x06, 0x4a,
  562. 0xba, 0x08, 0x3a, 0x9d, 0xe0, 0x8b, 0xcc, 0xec, 0x1b, 0xad, 0x26, 0x57, 0xc7, 0x91, 0xde, 0xe7,
  563. 0x6e, 0x14, 0x30, 0x9a, 0x77, 0xaf, 0x08, 0xf7, 0xf6, 0x2a, 0x79, 0xc2, 0xa4, 0x15, 0x2f, 0xcb,
  564. 0x35, 0xd4, 0xb5, 0x5a, 0xca, 0x8d, 0x05, 0xb3, 0x11, 0x35, 0xb9, 0x66, 0xbf, 0x1f, 0xc4, 0x0e,
  565. 0xd7, 0x1b, 0xde, 0xfc, 0xb1, 0x79, 0x74, 0x70, 0x86, 0xfb, 0x87, 0xe2, 0x7f, 0x42, 0xf3, 0xc1,
  566. 0x5b, 0x97, 0xa0, 0xf7, 0x2e, 0x41, 0x1f, 0x5d, 0x82, 0x9e, 0x4f, 0x7c, 0x9a, 0x9f, 0xc7, 0xcf,
  567. 0xba, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xe5, 0xee, 0x9e, 0xe9, 0xa1, 0x01, 0x00, 0x00,
  568. }