diff --git a/src/proto/sdk_ws/ws.pb.go b/src/proto/sdk_ws/ws.pb.go index a7eef6f4f..016b811b4 100644 --- a/src/proto/sdk_ws/ws.pb.go +++ b/src/proto/sdk_ws/ws.pb.go @@ -1,7 +1,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // source: sdk_ws/ws.proto -package pbWs // import "./sdk_ws" +package open_im_sdk // import "./sdk_ws" import proto "github.com/golang/protobuf/proto" import fmt "fmt" @@ -32,7 +32,7 @@ func (m *PullMessageBySeqListResp) Reset() { *m = PullMessageBySeqListRe func (m *PullMessageBySeqListResp) String() string { return proto.CompactTextString(m) } func (*PullMessageBySeqListResp) ProtoMessage() {} func (*PullMessageBySeqListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_61fa28b4145bb9af, []int{0} + return fileDescriptor_ws_f63282669a59c073, []int{0} } func (m *PullMessageBySeqListResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullMessageBySeqListResp.Unmarshal(m, b) @@ -91,7 +91,7 @@ func (m *PullMessageBySeqListReq) Reset() { *m = PullMessageBySeqListReq func (m *PullMessageBySeqListReq) String() string { return proto.CompactTextString(m) } func (*PullMessageBySeqListReq) ProtoMessage() {} func (*PullMessageBySeqListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_61fa28b4145bb9af, []int{1} + return fileDescriptor_ws_f63282669a59c073, []int{1} } func (m *PullMessageBySeqListReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PullMessageBySeqListReq.Unmarshal(m, b) @@ -128,7 +128,7 @@ func (m *GetNewSeqReq) Reset() { *m = GetNewSeqReq{} } func (m *GetNewSeqReq) String() string { return proto.CompactTextString(m) } func (*GetNewSeqReq) ProtoMessage() {} func (*GetNewSeqReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_61fa28b4145bb9af, []int{2} + return fileDescriptor_ws_f63282669a59c073, []int{2} } func (m *GetNewSeqReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNewSeqReq.Unmarshal(m, b) @@ -159,7 +159,7 @@ func (m *GetNewSeqResp) Reset() { *m = GetNewSeqResp{} } func (m *GetNewSeqResp) String() string { return proto.CompactTextString(m) } func (*GetNewSeqResp) ProtoMessage() {} func (*GetNewSeqResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_61fa28b4145bb9af, []int{3} + return fileDescriptor_ws_f63282669a59c073, []int{3} } func (m *GetNewSeqResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetNewSeqResp.Unmarshal(m, b) @@ -200,7 +200,7 @@ func (m *GatherFormat) Reset() { *m = GatherFormat{} } func (m *GatherFormat) String() string { return proto.CompactTextString(m) } func (*GatherFormat) ProtoMessage() {} func (*GatherFormat) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_61fa28b4145bb9af, []int{4} + return fileDescriptor_ws_f63282669a59c073, []int{4} } func (m *GatherFormat) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GatherFormat.Unmarshal(m, b) @@ -268,7 +268,7 @@ func (m *MsgFormat) Reset() { *m = MsgFormat{} } func (m *MsgFormat) String() string { return proto.CompactTextString(m) } func (*MsgFormat) ProtoMessage() {} func (*MsgFormat) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_61fa28b4145bb9af, []int{5} + return fileDescriptor_ws_f63282669a59c073, []int{5} } func (m *MsgFormat) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgFormat.Unmarshal(m, b) @@ -393,7 +393,7 @@ func (m *UserSendMsgReq) Reset() { *m = UserSendMsgReq{} } func (m *UserSendMsgReq) String() string { return proto.CompactTextString(m) } func (*UserSendMsgReq) ProtoMessage() {} func (*UserSendMsgReq) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_61fa28b4145bb9af, []int{6} + return fileDescriptor_ws_f63282669a59c073, []int{6} } func (m *UserSendMsgReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserSendMsgReq.Unmarshal(m, b) @@ -503,7 +503,7 @@ func (m *UserSendMsgResp) Reset() { *m = UserSendMsgResp{} } func (m *UserSendMsgResp) String() string { return proto.CompactTextString(m) } func (*UserSendMsgResp) ProtoMessage() {} func (*UserSendMsgResp) Descriptor() ([]byte, []int) { - return fileDescriptor_ws_61fa28b4145bb9af, []int{7} + return fileDescriptor_ws_f63282669a59c073, []int{7} } func (m *UserSendMsgResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserSendMsgResp.Unmarshal(m, b) @@ -544,58 +544,201 @@ func (m *UserSendMsgResp) GetSendTime() int64 { return 0 } +type MsgData struct { + SendID string `protobuf:"bytes,1,opt,name=sendID" json:"sendID,omitempty"` + RecvID string `protobuf:"bytes,2,opt,name=recvID" json:"recvID,omitempty"` + SessionType int32 `protobuf:"varint,3,opt,name=sessionType" json:"sessionType,omitempty"` + MsgFrom int32 `protobuf:"varint,4,opt,name=msgFrom" json:"msgFrom,omitempty"` + ContentType int32 `protobuf:"varint,5,opt,name=contentType" json:"contentType,omitempty"` + ServerMsgID string `protobuf:"bytes,6,opt,name=serverMsgID" json:"serverMsgID,omitempty"` + Content string `protobuf:"bytes,7,opt,name=content" json:"content,omitempty"` + SendTime int64 `protobuf:"varint,8,opt,name=sendTime" json:"sendTime,omitempty"` + Seq int64 `protobuf:"varint,9,opt,name=seq" json:"seq,omitempty"` + SenderPlatformID int32 `protobuf:"varint,10,opt,name=senderPlatformID" json:"senderPlatformID,omitempty"` + SenderNickName string `protobuf:"bytes,11,opt,name=senderNickName" json:"senderNickName,omitempty"` + SenderFaceURL string `protobuf:"bytes,12,opt,name=senderFaceURL" json:"senderFaceURL,omitempty"` + ClientMsgID string `protobuf:"bytes,13,opt,name=clientMsgID" json:"clientMsgID,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *MsgData) Reset() { *m = MsgData{} } +func (m *MsgData) String() string { return proto.CompactTextString(m) } +func (*MsgData) ProtoMessage() {} +func (*MsgData) Descriptor() ([]byte, []int) { + return fileDescriptor_ws_f63282669a59c073, []int{8} +} +func (m *MsgData) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_MsgData.Unmarshal(m, b) +} +func (m *MsgData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_MsgData.Marshal(b, m, deterministic) +} +func (dst *MsgData) XXX_Merge(src proto.Message) { + xxx_messageInfo_MsgData.Merge(dst, src) +} +func (m *MsgData) XXX_Size() int { + return xxx_messageInfo_MsgData.Size(m) +} +func (m *MsgData) XXX_DiscardUnknown() { + xxx_messageInfo_MsgData.DiscardUnknown(m) +} + +var xxx_messageInfo_MsgData proto.InternalMessageInfo + +func (m *MsgData) GetSendID() string { + if m != nil { + return m.SendID + } + return "" +} + +func (m *MsgData) GetRecvID() string { + if m != nil { + return m.RecvID + } + return "" +} + +func (m *MsgData) GetSessionType() int32 { + if m != nil { + return m.SessionType + } + return 0 +} + +func (m *MsgData) GetMsgFrom() int32 { + if m != nil { + return m.MsgFrom + } + return 0 +} + +func (m *MsgData) GetContentType() int32 { + if m != nil { + return m.ContentType + } + return 0 +} + +func (m *MsgData) GetServerMsgID() string { + if m != nil { + return m.ServerMsgID + } + return "" +} + +func (m *MsgData) GetContent() string { + if m != nil { + return m.Content + } + return "" +} + +func (m *MsgData) GetSendTime() int64 { + if m != nil { + return m.SendTime + } + return 0 +} + +func (m *MsgData) GetSeq() int64 { + if m != nil { + return m.Seq + } + return 0 +} + +func (m *MsgData) GetSenderPlatformID() int32 { + if m != nil { + return m.SenderPlatformID + } + return 0 +} + +func (m *MsgData) GetSenderNickName() string { + if m != nil { + return m.SenderNickName + } + return "" +} + +func (m *MsgData) GetSenderFaceURL() string { + if m != nil { + return m.SenderFaceURL + } + return "" +} + +func (m *MsgData) GetClientMsgID() string { + if m != nil { + return m.ClientMsgID + } + return "" +} + func init() { - proto.RegisterType((*PullMessageBySeqListResp)(nil), "pbWs.PullMessageBySeqListResp") - proto.RegisterType((*PullMessageBySeqListReq)(nil), "pbWs.PullMessageBySeqListReq") - proto.RegisterType((*GetNewSeqReq)(nil), "pbWs.GetNewSeqReq") - proto.RegisterType((*GetNewSeqResp)(nil), "pbWs.GetNewSeqResp") - proto.RegisterType((*GatherFormat)(nil), "pbWs.GatherFormat") - proto.RegisterType((*MsgFormat)(nil), "pbWs.MsgFormat") - proto.RegisterType((*UserSendMsgReq)(nil), "pbWs.UserSendMsgReq") - proto.RegisterMapType((map[string]int32)(nil), "pbWs.UserSendMsgReq.OptionsEntry") - proto.RegisterType((*UserSendMsgResp)(nil), "pbWs.UserSendMsgResp") + proto.RegisterType((*PullMessageBySeqListResp)(nil), "open_im_sdk.PullMessageBySeqListResp") + proto.RegisterType((*PullMessageBySeqListReq)(nil), "open_im_sdk.PullMessageBySeqListReq") + proto.RegisterType((*GetNewSeqReq)(nil), "open_im_sdk.GetNewSeqReq") + proto.RegisterType((*GetNewSeqResp)(nil), "open_im_sdk.GetNewSeqResp") + proto.RegisterType((*GatherFormat)(nil), "open_im_sdk.GatherFormat") + proto.RegisterType((*MsgFormat)(nil), "open_im_sdk.MsgFormat") + proto.RegisterType((*UserSendMsgReq)(nil), "open_im_sdk.UserSendMsgReq") + proto.RegisterMapType((map[string]int32)(nil), "open_im_sdk.UserSendMsgReq.OptionsEntry") + proto.RegisterType((*UserSendMsgResp)(nil), "open_im_sdk.UserSendMsgResp") + proto.RegisterType((*MsgData)(nil), "open_im_sdk.MsgData") } -func init() { proto.RegisterFile("sdk_ws/ws.proto", fileDescriptor_ws_61fa28b4145bb9af) } +func init() { proto.RegisterFile("sdk_ws/ws.proto", fileDescriptor_ws_f63282669a59c073) } -var fileDescriptor_ws_61fa28b4145bb9af = []byte{ - // 608 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xdd, 0x6b, 0xdb, 0x3e, - 0x14, 0xc5, 0x76, 0x3e, 0xea, 0x9b, 0xaf, 0x22, 0x7e, 0xfc, 0x26, 0xca, 0x18, 0xae, 0x37, 0x46, - 0xd8, 0x43, 0x0a, 0x2d, 0x8c, 0xd2, 0xbe, 0xb5, 0x59, 0x4b, 0xa0, 0xc9, 0x8a, 0xdc, 0x32, 0xd8, - 0xcb, 0x70, 0xd3, 0xbb, 0xcc, 0xc4, 0xf1, 0x97, 0x9c, 0x64, 0xf9, 0xdf, 0xf6, 0xbe, 0xbf, 0x6a, - 0x30, 0x24, 0xd9, 0x89, 0x9d, 0x64, 0x63, 0x6f, 0x3a, 0x47, 0xf7, 0x4a, 0x47, 0xe7, 0x1e, 0x1b, - 0x3a, 0xfc, 0x79, 0xfa, 0x65, 0xc9, 0x4f, 0x96, 0xbc, 0x17, 0x25, 0x61, 0x1a, 0x92, 0x4a, 0xf4, - 0xf4, 0x89, 0xdb, 0x3f, 0x34, 0xa0, 0xf7, 0x73, 0xdf, 0x1f, 0x22, 0xe7, 0xee, 0x04, 0xaf, 0x56, - 0x0e, 0xc6, 0x77, 0x1e, 0x4f, 0x19, 0xf2, 0x88, 0xfc, 0x0f, 0xb5, 0xa1, 0xfb, 0xdd, 0xc1, 0x98, - 0x6a, 0x96, 0xd6, 0x35, 0x58, 0x86, 0x24, 0xef, 0x05, 0x82, 0xd7, 0x33, 0x5e, 0x22, 0x72, 0x0e, - 0x2d, 0xc7, 0x0b, 0x26, 0x3e, 0x3e, 0x72, 0x4c, 0x86, 0x7c, 0x42, 0x0d, 0xcb, 0xe8, 0x36, 0x4e, - 0x49, 0x4f, 0x5c, 0xd5, 0xbb, 0x75, 0xd3, 0x6f, 0x98, 0xdc, 0x84, 0xc9, 0xcc, 0x4d, 0x59, 0xb9, - 0x90, 0xbc, 0x87, 0xe6, 0x6d, 0x12, 0xce, 0xa3, 0xbc, 0xb1, 0xf2, 0xc7, 0xc6, 0x52, 0x9d, 0x7d, - 0x06, 0x2f, 0xf6, 0xab, 0x8f, 0x09, 0x85, 0x3a, 0x57, 0x88, 0x6a, 0x96, 0xd1, 0x35, 0x58, 0x0e, - 0xed, 0x36, 0x34, 0x6f, 0x31, 0x1d, 0xe1, 0xd2, 0xc1, 0x98, 0x61, 0x6c, 0x1f, 0x43, 0xab, 0x80, - 0x79, 0x44, 0x0e, 0xc1, 0xd8, 0x3c, 0x5a, 0x2c, 0xed, 0x6b, 0x68, 0x16, 0x55, 0x90, 0x36, 0xe8, - 0x83, 0xbe, 0x2c, 0x30, 0x99, 0x3e, 0xe8, 0x93, 0xd7, 0x50, 0x91, 0x37, 0xe9, 0x52, 0x77, 0x47, - 0xe9, 0x1e, 0xf2, 0x49, 0x26, 0x5a, 0x6e, 0xda, 0xbf, 0x74, 0x30, 0xd7, 0x9c, 0x30, 0xd1, 0xc1, - 0xe0, 0x79, 0x7d, 0x4c, 0x86, 0x04, 0xcf, 0x70, 0xbc, 0x18, 0xf4, 0xa5, 0xb9, 0x26, 0xcb, 0x90, - 0x78, 0x8f, 0x68, 0x4e, 0xc2, 0x19, 0x35, 0x2c, 0xad, 0x5b, 0x65, 0x39, 0x24, 0x16, 0x34, 0xae, - 0xc3, 0x20, 0xc5, 0x20, 0x7d, 0x58, 0x45, 0x48, 0x2b, 0x72, 0xb7, 0x48, 0x89, 0x0a, 0x07, 0x93, - 0x85, 0xf4, 0x6c, 0xd0, 0xa7, 0x55, 0x79, 0x70, 0x91, 0x12, 0xa7, 0x67, 0x0d, 0xb4, 0x26, 0x77, - 0x73, 0x98, 0x9b, 0x51, 0x5f, 0x9b, 0x41, 0x8e, 0xe0, 0x40, 0x68, 0x7d, 0xf0, 0x66, 0x48, 0x0f, - 0x24, 0xbd, 0xc6, 0xe4, 0x1d, 0x1c, 0x8a, 0x35, 0x26, 0xf7, 0xbe, 0x9b, 0x7e, 0x0d, 0x93, 0xd9, - 0xa0, 0x4f, 0x4d, 0x29, 0x68, 0x87, 0x27, 0x6f, 0xa1, 0xad, 0xb8, 0x91, 0x37, 0x9e, 0x8e, 0xdc, - 0x19, 0x52, 0x90, 0x57, 0x6f, 0xb1, 0xe4, 0x0d, 0xb4, 0x14, 0x73, 0xe3, 0x8e, 0xf1, 0x91, 0xdd, - 0xd1, 0x86, 0x2c, 0x2b, 0x93, 0xd2, 0x05, 0xdf, 0xc3, 0x20, 0x55, 0x6f, 0x6c, 0xaa, 0x37, 0x16, - 0x28, 0xfb, 0xa7, 0x01, 0x6d, 0x11, 0x1c, 0xd1, 0x37, 0xe4, 0x13, 0x11, 0x92, 0x4b, 0xa8, 0x7f, - 0x8c, 0x52, 0x2f, 0x0c, 0xb8, 0x0c, 0x49, 0xe3, 0xf4, 0x58, 0x8d, 0xae, 0x5c, 0xd6, 0xcb, 0x6a, - 0x3e, 0x04, 0x69, 0xb2, 0x62, 0x79, 0xc7, 0x1e, 0xfd, 0xfa, 0xbf, 0xe9, 0x37, 0xf6, 0xe9, 0x7f, - 0x05, 0x50, 0xf0, 0x4c, 0x0d, 0xb1, 0xc0, 0xa8, 0x19, 0x72, 0xee, 0x85, 0x81, 0x9c, 0x72, 0x55, - 0x4d, 0xb9, 0x40, 0x15, 0x13, 0x52, 0xfb, 0x6b, 0x42, 0xea, 0xbb, 0x09, 0xd9, 0xa4, 0xee, 0xa0, - 0x94, 0xba, 0x97, 0x60, 0xde, 0x84, 0xc9, 0x18, 0x65, 0xba, 0x4d, 0xcb, 0xe8, 0x9a, 0x6c, 0x43, - 0x14, 0x53, 0x03, 0xe5, 0xd4, 0x6c, 0x4d, 0xa3, 0xb1, 0x33, 0x8d, 0xa3, 0x0b, 0x68, 0x16, 0x6d, - 0x15, 0x39, 0x9b, 0xe2, 0x2a, 0xfb, 0x18, 0xc4, 0x92, 0xfc, 0x07, 0xd5, 0x85, 0xeb, 0xcf, 0x95, - 0xad, 0x55, 0xa6, 0xc0, 0x85, 0x7e, 0xae, 0xd9, 0x31, 0x74, 0x4a, 0x13, 0xe2, 0xd1, 0x76, 0xc4, - 0xb5, 0xdd, 0x88, 0x6f, 0x49, 0xd2, 0x77, 0x24, 0x89, 0x60, 0xf3, 0x3c, 0xd8, 0x86, 0x0a, 0x76, - 0x8e, 0xaf, 0x3a, 0x9f, 0x5b, 0xbd, 0x13, 0xf5, 0x0f, 0xbd, 0x14, 0x11, 0x79, 0xaa, 0xc9, 0xdf, - 0xe8, 0xd9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x89, 0xa7, 0x61, 0x67, 0x59, 0x05, 0x00, 0x00, +var fileDescriptor_ws_f63282669a59c073 = []byte{ + // 726 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x55, 0x5d, 0x6b, 0x13, 0x41, + 0x14, 0x65, 0x77, 0x9b, 0x8f, 0xbd, 0xf9, 0x68, 0x19, 0x4a, 0x1d, 0x8b, 0x48, 0x5c, 0x44, 0x42, + 0x1f, 0x52, 0x68, 0x5f, 0xa4, 0x22, 0x42, 0x8d, 0x2d, 0x91, 0xa6, 0x96, 0x49, 0xfb, 0xe2, 0x4b, + 0x59, 0xd3, 0x31, 0x2e, 0xc9, 0x7e, 0xde, 0x6d, 0x6b, 0x7e, 0x8c, 0x7f, 0xc8, 0x07, 0xff, 0x91, + 0x20, 0x33, 0xb3, 0x9b, 0xcc, 0x24, 0x41, 0x7d, 0x9b, 0x7b, 0xf6, 0xde, 0x99, 0x7b, 0xef, 0x39, + 0x87, 0x85, 0x6d, 0xbc, 0x9b, 0xde, 0x3e, 0xe2, 0xe1, 0x23, 0xf6, 0x92, 0x2c, 0xce, 0x63, 0xd2, + 0x88, 0x13, 0x1e, 0xdd, 0x06, 0xe1, 0x2d, 0xde, 0x4d, 0xbd, 0x9f, 0x16, 0xd0, 0xab, 0xfb, 0xd9, + 0x6c, 0xc8, 0x11, 0xfd, 0x09, 0x3f, 0x9d, 0x8f, 0x78, 0x7a, 0x11, 0x60, 0xce, 0x38, 0x26, 0x64, + 0x0f, 0xaa, 0x43, 0xff, 0xfb, 0x88, 0xa7, 0xd4, 0xea, 0x58, 0x5d, 0x87, 0x15, 0x91, 0xc4, 0x83, + 0x48, 0xe0, 0x76, 0x81, 0xcb, 0x88, 0xbc, 0x83, 0xd6, 0x28, 0x88, 0x26, 0x33, 0x7e, 0x83, 0x3c, + 0x1b, 0xe2, 0x84, 0x3a, 0x1d, 0xa7, 0xdb, 0x38, 0x7a, 0xda, 0xd3, 0x5e, 0xec, 0x9d, 0xfb, 0xf9, + 0x37, 0x9e, 0x9d, 0xc5, 0x59, 0xe8, 0xe7, 0xcc, 0xcc, 0x27, 0x6f, 0xa1, 0x79, 0x9e, 0xc5, 0xf7, + 0x49, 0x59, 0xbf, 0xf5, 0xaf, 0x7a, 0x23, 0xdd, 0x3b, 0x86, 0x27, 0x9b, 0x67, 0x49, 0x09, 0x85, + 0x1a, 0xaa, 0x88, 0x5a, 0x1d, 0xa7, 0xeb, 0xb0, 0x32, 0xf4, 0xda, 0xd0, 0x3c, 0xe7, 0xf9, 0x25, + 0x7f, 0x1c, 0xf1, 0x94, 0xf1, 0xd4, 0x7b, 0x01, 0x2d, 0x2d, 0xc6, 0x84, 0xec, 0x80, 0xb3, 0x5c, + 0x81, 0x38, 0x7a, 0x1f, 0xa1, 0xa9, 0x77, 0x41, 0xda, 0x60, 0x0f, 0xfa, 0x32, 0xc1, 0x65, 0xf6, + 0xa0, 0x4f, 0x0e, 0x60, 0x4b, 0xbe, 0x64, 0xcb, 0xf6, 0xf7, 0x8c, 0xf6, 0x87, 0x38, 0x29, 0x7a, + 0x97, 0x39, 0xde, 0x6f, 0x1b, 0xdc, 0x05, 0x26, 0x36, 0x3b, 0xe2, 0xd1, 0xdd, 0xe2, 0xb6, 0x22, + 0x12, 0x38, 0xe3, 0xe3, 0x87, 0x41, 0x5f, 0x6e, 0xdc, 0x65, 0x45, 0x24, 0xc6, 0x12, 0xc5, 0x59, + 0x1c, 0x52, 0xa7, 0x63, 0x75, 0x2b, 0xac, 0x0c, 0x49, 0x07, 0x1a, 0xef, 0xe3, 0x28, 0xe7, 0x51, + 0x7e, 0x3d, 0x4f, 0x38, 0xdd, 0x92, 0x5f, 0x75, 0x48, 0x64, 0x8c, 0x78, 0xf6, 0x20, 0x57, 0x37, + 0xe8, 0xd3, 0x8a, 0xbc, 0x58, 0x87, 0xc4, 0xed, 0x45, 0x01, 0xad, 0xca, 0xaf, 0x65, 0x58, 0xee, + 0xa4, 0xb6, 0xd8, 0x09, 0xd9, 0x87, 0xba, 0xe8, 0xf5, 0x3a, 0x08, 0x39, 0xad, 0x4b, 0x78, 0x11, + 0x93, 0x03, 0xd8, 0x11, 0x67, 0x9e, 0x5d, 0xcd, 0xfc, 0xfc, 0x6b, 0x9c, 0x85, 0x83, 0x3e, 0x75, + 0x65, 0x43, 0x6b, 0x38, 0x79, 0x05, 0x6d, 0x85, 0x5d, 0x06, 0xe3, 0xe9, 0xa5, 0x1f, 0x72, 0x0a, + 0xf2, 0xe9, 0x15, 0x94, 0xbc, 0x84, 0x96, 0x42, 0xce, 0xfc, 0x31, 0xbf, 0x61, 0x17, 0xb4, 0x21, + 0xd3, 0x4c, 0x50, 0x6e, 0x61, 0x16, 0xf0, 0x28, 0x57, 0x33, 0x36, 0xd5, 0x8c, 0x1a, 0xe4, 0xfd, + 0x72, 0xa0, 0x2d, 0xf4, 0x23, 0xea, 0x86, 0x38, 0x11, 0x5a, 0x39, 0x85, 0xda, 0xa7, 0x24, 0x0f, + 0xe2, 0x08, 0xa5, 0x56, 0x1a, 0x47, 0x5d, 0x83, 0x41, 0x33, 0xbb, 0x57, 0xa4, 0x7e, 0x88, 0xf2, + 0x6c, 0xce, 0xca, 0xc2, 0x0d, 0x63, 0xd8, 0xff, 0x37, 0x86, 0xb3, 0x69, 0x8c, 0xe7, 0x00, 0xda, + 0xea, 0x14, 0x97, 0x1a, 0xa2, 0xa8, 0x44, 0x0c, 0xe2, 0x48, 0x92, 0x5d, 0x51, 0x64, 0x6b, 0x90, + 0x2e, 0x94, 0xea, 0x5f, 0x85, 0x52, 0x5b, 0x17, 0xca, 0x52, 0x7c, 0x75, 0x43, 0x7c, 0xcf, 0xc0, + 0x3d, 0x8b, 0xb3, 0x31, 0x97, 0x5a, 0x77, 0x3b, 0x4e, 0xd7, 0x65, 0x4b, 0x40, 0x17, 0x0f, 0x98, + 0xe2, 0x59, 0x21, 0xa5, 0xb1, 0x46, 0xca, 0xfe, 0x09, 0x34, 0xf5, 0xb5, 0x0a, 0xb9, 0x4d, 0xf9, + 0xbc, 0xf0, 0x84, 0x38, 0x92, 0x5d, 0xa8, 0x3c, 0xf8, 0xb3, 0x7b, 0xb5, 0xd6, 0x0a, 0x53, 0xc1, + 0x89, 0xfd, 0xda, 0xf2, 0x52, 0xd8, 0x36, 0x18, 0xc2, 0x64, 0x55, 0xe9, 0xd6, 0xba, 0xd2, 0x57, + 0x5a, 0xb2, 0xd7, 0x5a, 0x12, 0xfa, 0xc6, 0x52, 0xdf, 0x8e, 0xd2, 0x77, 0x19, 0x7b, 0x3f, 0x1c, + 0xb9, 0xdd, 0xbe, 0x9f, 0xfb, 0x62, 0x59, 0x68, 0x38, 0x18, 0x17, 0x0e, 0xce, 0x0c, 0x07, 0xab, + 0x48, 0xbc, 0x8c, 0x1a, 0x75, 0xca, 0xc5, 0x3a, 0x24, 0x16, 0x19, 0x16, 0xd4, 0x29, 0xe6, 0xcb, + 0x50, 0xd4, 0x8e, 0x35, 0xea, 0x0a, 0xda, 0xc7, 0xa6, 0xc7, 0x51, 0x9b, 0x5c, 0xb9, 0x58, 0x87, + 0xc4, 0xed, 0x45, 0x81, 0xa4, 0xde, 0x65, 0x65, 0x68, 0x4c, 0x5c, 0x37, 0x27, 0x16, 0x84, 0x20, + 0x4f, 0xa5, 0x89, 0x1d, 0x26, 0x8e, 0xc2, 0xe3, 0xb8, 0xea, 0x71, 0x50, 0x1e, 0xc7, 0x0d, 0x1e, + 0x47, 0xd3, 0x1c, 0x4a, 0x03, 0x2b, 0xa8, 0x30, 0x07, 0x1a, 0xe6, 0x50, 0xfe, 0x35, 0x41, 0xb9, + 0x05, 0x8d, 0xbb, 0x96, 0x9a, 0x51, 0x83, 0x4e, 0xf7, 0x3e, 0xef, 0xf6, 0x0e, 0xd5, 0x6f, 0xf0, + 0x8d, 0xe6, 0xe4, 0x2f, 0x55, 0xf9, 0x43, 0x3c, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0xf7, 0xa1, + 0x94, 0x0c, 0x23, 0x07, 0x00, 0x00, }