gostfix.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: gostfix.proto
  3. package common
  4. import (
  5. fmt "fmt"
  6. proto "github.com/golang/protobuf/proto"
  7. math "math"
  8. )
  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.ProtoPackageIsVersion3 // please upgrade the proto package
  18. type MailBody struct {
  19. PlainText string `protobuf:"bytes,1,opt,name=plainText,proto3" json:"plainText,omitempty"`
  20. RichText string `protobuf:"bytes,2,opt,name=richText,proto3" json:"richText,omitempty"`
  21. Attachments []*AttachmentHeader `protobuf:"bytes,3,rep,name=attachments,proto3" json:"attachments,omitempty"`
  22. XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-"`
  23. XXX_unrecognized []byte `json:"-" bson:"-"`
  24. XXX_sizecache int32 `json:"-" bson:"-"`
  25. }
  26. func (m *MailBody) Reset() { *m = MailBody{} }
  27. func (m *MailBody) String() string { return proto.CompactTextString(m) }
  28. func (*MailBody) ProtoMessage() {}
  29. func (*MailBody) Descriptor() ([]byte, []int) {
  30. return fileDescriptor_0ab36b6dc6e1dcaa, []int{0}
  31. }
  32. func (m *MailBody) XXX_Unmarshal(b []byte) error {
  33. return xxx_messageInfo_MailBody.Unmarshal(m, b)
  34. }
  35. func (m *MailBody) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  36. return xxx_messageInfo_MailBody.Marshal(b, m, deterministic)
  37. }
  38. func (m *MailBody) XXX_Merge(src proto.Message) {
  39. xxx_messageInfo_MailBody.Merge(m, src)
  40. }
  41. func (m *MailBody) XXX_Size() int {
  42. return xxx_messageInfo_MailBody.Size(m)
  43. }
  44. func (m *MailBody) XXX_DiscardUnknown() {
  45. xxx_messageInfo_MailBody.DiscardUnknown(m)
  46. }
  47. var xxx_messageInfo_MailBody proto.InternalMessageInfo
  48. func (m *MailBody) GetPlainText() string {
  49. if m != nil {
  50. return m.PlainText
  51. }
  52. return ""
  53. }
  54. func (m *MailBody) GetRichText() string {
  55. if m != nil {
  56. return m.RichText
  57. }
  58. return ""
  59. }
  60. func (m *MailBody) GetAttachments() []*AttachmentHeader {
  61. if m != nil {
  62. return m.Attachments
  63. }
  64. return nil
  65. }
  66. type MailHeader struct {
  67. From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
  68. To string `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
  69. Cc string `protobuf:"bytes,3,opt,name=cc,proto3" json:"cc,omitempty"`
  70. Bcc string `protobuf:"bytes,4,opt,name=bcc,proto3" json:"bcc,omitempty"`
  71. Date int64 `protobuf:"zigzag64,5,opt,name=date,proto3" json:"date,omitempty"`
  72. Subject string `protobuf:"bytes,6,opt,name=subject,proto3" json:"subject,omitempty"`
  73. XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-"`
  74. XXX_unrecognized []byte `json:"-" bson:"-"`
  75. XXX_sizecache int32 `json:"-" bson:"-"`
  76. }
  77. func (m *MailHeader) Reset() { *m = MailHeader{} }
  78. func (m *MailHeader) String() string { return proto.CompactTextString(m) }
  79. func (*MailHeader) ProtoMessage() {}
  80. func (*MailHeader) Descriptor() ([]byte, []int) {
  81. return fileDescriptor_0ab36b6dc6e1dcaa, []int{1}
  82. }
  83. func (m *MailHeader) XXX_Unmarshal(b []byte) error {
  84. return xxx_messageInfo_MailHeader.Unmarshal(m, b)
  85. }
  86. func (m *MailHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  87. return xxx_messageInfo_MailHeader.Marshal(b, m, deterministic)
  88. }
  89. func (m *MailHeader) XXX_Merge(src proto.Message) {
  90. xxx_messageInfo_MailHeader.Merge(m, src)
  91. }
  92. func (m *MailHeader) XXX_Size() int {
  93. return xxx_messageInfo_MailHeader.Size(m)
  94. }
  95. func (m *MailHeader) XXX_DiscardUnknown() {
  96. xxx_messageInfo_MailHeader.DiscardUnknown(m)
  97. }
  98. var xxx_messageInfo_MailHeader proto.InternalMessageInfo
  99. func (m *MailHeader) GetFrom() string {
  100. if m != nil {
  101. return m.From
  102. }
  103. return ""
  104. }
  105. func (m *MailHeader) GetTo() string {
  106. if m != nil {
  107. return m.To
  108. }
  109. return ""
  110. }
  111. func (m *MailHeader) GetCc() string {
  112. if m != nil {
  113. return m.Cc
  114. }
  115. return ""
  116. }
  117. func (m *MailHeader) GetBcc() string {
  118. if m != nil {
  119. return m.Bcc
  120. }
  121. return ""
  122. }
  123. func (m *MailHeader) GetDate() int64 {
  124. if m != nil {
  125. return m.Date
  126. }
  127. return 0
  128. }
  129. func (m *MailHeader) GetSubject() string {
  130. if m != nil {
  131. return m.Subject
  132. }
  133. return ""
  134. }
  135. type Mail struct {
  136. Header *MailHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
  137. Body *MailBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
  138. XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-"`
  139. XXX_unrecognized []byte `json:"-" bson:"-"`
  140. XXX_sizecache int32 `json:"-" bson:"-"`
  141. }
  142. func (m *Mail) Reset() { *m = Mail{} }
  143. func (m *Mail) String() string { return proto.CompactTextString(m) }
  144. func (*Mail) ProtoMessage() {}
  145. func (*Mail) Descriptor() ([]byte, []int) {
  146. return fileDescriptor_0ab36b6dc6e1dcaa, []int{2}
  147. }
  148. func (m *Mail) XXX_Unmarshal(b []byte) error {
  149. return xxx_messageInfo_Mail.Unmarshal(m, b)
  150. }
  151. func (m *Mail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  152. return xxx_messageInfo_Mail.Marshal(b, m, deterministic)
  153. }
  154. func (m *Mail) XXX_Merge(src proto.Message) {
  155. xxx_messageInfo_Mail.Merge(m, src)
  156. }
  157. func (m *Mail) XXX_Size() int {
  158. return xxx_messageInfo_Mail.Size(m)
  159. }
  160. func (m *Mail) XXX_DiscardUnknown() {
  161. xxx_messageInfo_Mail.DiscardUnknown(m)
  162. }
  163. var xxx_messageInfo_Mail proto.InternalMessageInfo
  164. func (m *Mail) GetHeader() *MailHeader {
  165. if m != nil {
  166. return m.Header
  167. }
  168. return nil
  169. }
  170. func (m *Mail) GetBody() *MailBody {
  171. if m != nil {
  172. return m.Body
  173. }
  174. return nil
  175. }
  176. type Attachment struct {
  177. Header *AttachmentHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
  178. Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
  179. XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-"`
  180. XXX_unrecognized []byte `json:"-" bson:"-"`
  181. XXX_sizecache int32 `json:"-" bson:"-"`
  182. }
  183. func (m *Attachment) Reset() { *m = Attachment{} }
  184. func (m *Attachment) String() string { return proto.CompactTextString(m) }
  185. func (*Attachment) ProtoMessage() {}
  186. func (*Attachment) Descriptor() ([]byte, []int) {
  187. return fileDescriptor_0ab36b6dc6e1dcaa, []int{3}
  188. }
  189. func (m *Attachment) XXX_Unmarshal(b []byte) error {
  190. return xxx_messageInfo_Attachment.Unmarshal(m, b)
  191. }
  192. func (m *Attachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  193. return xxx_messageInfo_Attachment.Marshal(b, m, deterministic)
  194. }
  195. func (m *Attachment) XXX_Merge(src proto.Message) {
  196. xxx_messageInfo_Attachment.Merge(m, src)
  197. }
  198. func (m *Attachment) XXX_Size() int {
  199. return xxx_messageInfo_Attachment.Size(m)
  200. }
  201. func (m *Attachment) XXX_DiscardUnknown() {
  202. xxx_messageInfo_Attachment.DiscardUnknown(m)
  203. }
  204. var xxx_messageInfo_Attachment proto.InternalMessageInfo
  205. func (m *Attachment) GetHeader() *AttachmentHeader {
  206. if m != nil {
  207. return m.Header
  208. }
  209. return nil
  210. }
  211. func (m *Attachment) GetData() []byte {
  212. if m != nil {
  213. return m.Data
  214. }
  215. return nil
  216. }
  217. type AttachmentHeader struct {
  218. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
  219. FileName string `protobuf:"bytes,2,opt,name=fileName,proto3" json:"fileName,omitempty"`
  220. ContentType string `protobuf:"bytes,3,opt,name=contentType,proto3" json:"contentType,omitempty"`
  221. XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-"`
  222. XXX_unrecognized []byte `json:"-" bson:"-"`
  223. XXX_sizecache int32 `json:"-" bson:"-"`
  224. }
  225. func (m *AttachmentHeader) Reset() { *m = AttachmentHeader{} }
  226. func (m *AttachmentHeader) String() string { return proto.CompactTextString(m) }
  227. func (*AttachmentHeader) ProtoMessage() {}
  228. func (*AttachmentHeader) Descriptor() ([]byte, []int) {
  229. return fileDescriptor_0ab36b6dc6e1dcaa, []int{4}
  230. }
  231. func (m *AttachmentHeader) XXX_Unmarshal(b []byte) error {
  232. return xxx_messageInfo_AttachmentHeader.Unmarshal(m, b)
  233. }
  234. func (m *AttachmentHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  235. return xxx_messageInfo_AttachmentHeader.Marshal(b, m, deterministic)
  236. }
  237. func (m *AttachmentHeader) XXX_Merge(src proto.Message) {
  238. xxx_messageInfo_AttachmentHeader.Merge(m, src)
  239. }
  240. func (m *AttachmentHeader) XXX_Size() int {
  241. return xxx_messageInfo_AttachmentHeader.Size(m)
  242. }
  243. func (m *AttachmentHeader) XXX_DiscardUnknown() {
  244. xxx_messageInfo_AttachmentHeader.DiscardUnknown(m)
  245. }
  246. var xxx_messageInfo_AttachmentHeader proto.InternalMessageInfo
  247. func (m *AttachmentHeader) GetId() string {
  248. if m != nil {
  249. return m.Id
  250. }
  251. return ""
  252. }
  253. func (m *AttachmentHeader) GetFileName() string {
  254. if m != nil {
  255. return m.FileName
  256. }
  257. return ""
  258. }
  259. func (m *AttachmentHeader) GetContentType() string {
  260. if m != nil {
  261. return m.ContentType
  262. }
  263. return ""
  264. }
  265. type UserInfo struct {
  266. User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
  267. FullName string `protobuf:"bytes,2,opt,name=fullName,proto3" json:"fullName,omitempty"`
  268. XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-"`
  269. XXX_unrecognized []byte `json:"-" bson:"-"`
  270. XXX_sizecache int32 `json:"-" bson:"-"`
  271. }
  272. func (m *UserInfo) Reset() { *m = UserInfo{} }
  273. func (m *UserInfo) String() string { return proto.CompactTextString(m) }
  274. func (*UserInfo) ProtoMessage() {}
  275. func (*UserInfo) Descriptor() ([]byte, []int) {
  276. return fileDescriptor_0ab36b6dc6e1dcaa, []int{5}
  277. }
  278. func (m *UserInfo) XXX_Unmarshal(b []byte) error {
  279. return xxx_messageInfo_UserInfo.Unmarshal(m, b)
  280. }
  281. func (m *UserInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  282. return xxx_messageInfo_UserInfo.Marshal(b, m, deterministic)
  283. }
  284. func (m *UserInfo) XXX_Merge(src proto.Message) {
  285. xxx_messageInfo_UserInfo.Merge(m, src)
  286. }
  287. func (m *UserInfo) XXX_Size() int {
  288. return xxx_messageInfo_UserInfo.Size(m)
  289. }
  290. func (m *UserInfo) XXX_DiscardUnknown() {
  291. xxx_messageInfo_UserInfo.DiscardUnknown(m)
  292. }
  293. var xxx_messageInfo_UserInfo proto.InternalMessageInfo
  294. func (m *UserInfo) GetUser() string {
  295. if m != nil {
  296. return m.User
  297. }
  298. return ""
  299. }
  300. func (m *UserInfo) GetFullName() string {
  301. if m != nil {
  302. return m.FullName
  303. }
  304. return ""
  305. }
  306. type Frame struct {
  307. Skip int32 `protobuf:"zigzag32,1,opt,name=skip,proto3" json:"skip,omitempty"`
  308. Limit int32 `protobuf:"zigzag32,2,opt,name=limit,proto3" json:"limit,omitempty"`
  309. XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-"`
  310. XXX_unrecognized []byte `json:"-" bson:"-"`
  311. XXX_sizecache int32 `json:"-" bson:"-"`
  312. }
  313. func (m *Frame) Reset() { *m = Frame{} }
  314. func (m *Frame) String() string { return proto.CompactTextString(m) }
  315. func (*Frame) ProtoMessage() {}
  316. func (*Frame) Descriptor() ([]byte, []int) {
  317. return fileDescriptor_0ab36b6dc6e1dcaa, []int{6}
  318. }
  319. func (m *Frame) XXX_Unmarshal(b []byte) error {
  320. return xxx_messageInfo_Frame.Unmarshal(m, b)
  321. }
  322. func (m *Frame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  323. return xxx_messageInfo_Frame.Marshal(b, m, deterministic)
  324. }
  325. func (m *Frame) XXX_Merge(src proto.Message) {
  326. xxx_messageInfo_Frame.Merge(m, src)
  327. }
  328. func (m *Frame) XXX_Size() int {
  329. return xxx_messageInfo_Frame.Size(m)
  330. }
  331. func (m *Frame) XXX_DiscardUnknown() {
  332. xxx_messageInfo_Frame.DiscardUnknown(m)
  333. }
  334. var xxx_messageInfo_Frame proto.InternalMessageInfo
  335. func (m *Frame) GetSkip() int32 {
  336. if m != nil {
  337. return m.Skip
  338. }
  339. return 0
  340. }
  341. func (m *Frame) GetLimit() int32 {
  342. if m != nil {
  343. return m.Limit
  344. }
  345. return 0
  346. }
  347. type Folder struct {
  348. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  349. Custom bool `protobuf:"varint,2,opt,name=custom,proto3" json:"custom,omitempty"`
  350. XXX_NoUnkeyedLiteral struct{} `json:"-" bson:"-"`
  351. XXX_unrecognized []byte `json:"-" bson:"-"`
  352. XXX_sizecache int32 `json:"-" bson:"-"`
  353. }
  354. func (m *Folder) Reset() { *m = Folder{} }
  355. func (m *Folder) String() string { return proto.CompactTextString(m) }
  356. func (*Folder) ProtoMessage() {}
  357. func (*Folder) Descriptor() ([]byte, []int) {
  358. return fileDescriptor_0ab36b6dc6e1dcaa, []int{7}
  359. }
  360. func (m *Folder) XXX_Unmarshal(b []byte) error {
  361. return xxx_messageInfo_Folder.Unmarshal(m, b)
  362. }
  363. func (m *Folder) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  364. return xxx_messageInfo_Folder.Marshal(b, m, deterministic)
  365. }
  366. func (m *Folder) XXX_Merge(src proto.Message) {
  367. xxx_messageInfo_Folder.Merge(m, src)
  368. }
  369. func (m *Folder) XXX_Size() int {
  370. return xxx_messageInfo_Folder.Size(m)
  371. }
  372. func (m *Folder) XXX_DiscardUnknown() {
  373. xxx_messageInfo_Folder.DiscardUnknown(m)
  374. }
  375. var xxx_messageInfo_Folder proto.InternalMessageInfo
  376. func (m *Folder) GetName() string {
  377. if m != nil {
  378. return m.Name
  379. }
  380. return ""
  381. }
  382. func (m *Folder) GetCustom() bool {
  383. if m != nil {
  384. return m.Custom
  385. }
  386. return false
  387. }
  388. func init() {
  389. proto.RegisterType((*MailBody)(nil), "common.MailBody")
  390. proto.RegisterType((*MailHeader)(nil), "common.MailHeader")
  391. proto.RegisterType((*Mail)(nil), "common.Mail")
  392. proto.RegisterType((*Attachment)(nil), "common.Attachment")
  393. proto.RegisterType((*AttachmentHeader)(nil), "common.AttachmentHeader")
  394. proto.RegisterType((*UserInfo)(nil), "common.UserInfo")
  395. proto.RegisterType((*Frame)(nil), "common.Frame")
  396. proto.RegisterType((*Folder)(nil), "common.Folder")
  397. }
  398. func init() { proto.RegisterFile("gostfix.proto", fileDescriptor_0ab36b6dc6e1dcaa) }
  399. var fileDescriptor_0ab36b6dc6e1dcaa = []byte{
  400. // 403 bytes of a gzipped FileDescriptorProto
  401. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x52, 0x4d, 0x8f, 0xd3, 0x30,
  402. 0x10, 0x55, 0x3e, 0x1a, 0xd2, 0x09, 0xa0, 0xee, 0x08, 0x21, 0x0b, 0x71, 0x88, 0x22, 0x0e, 0x15,
  403. 0x87, 0x0a, 0x0a, 0xa7, 0xbd, 0xc1, 0x61, 0x05, 0x07, 0x38, 0x58, 0x8b, 0xc4, 0x11, 0xc7, 0x71,
  404. 0xa8, 0x21, 0x89, 0xa3, 0xc4, 0x91, 0xb6, 0x37, 0x7e, 0x3a, 0xf2, 0xc4, 0x69, 0x4b, 0x25, 0x6e,
  405. 0xef, 0x79, 0xc6, 0xf3, 0xde, 0x3c, 0x1b, 0x9e, 0xfc, 0x34, 0xa3, 0xad, 0xf5, 0xc3, 0xae, 0x1f,
  406. 0x8c, 0x35, 0x98, 0x48, 0xd3, 0xb6, 0xa6, 0x2b, 0xfe, 0x04, 0x90, 0x7e, 0x11, 0xba, 0xf9, 0x68,
  407. 0xaa, 0x23, 0xbe, 0x84, 0x75, 0xdf, 0x08, 0xdd, 0xdd, 0xab, 0x07, 0xcb, 0x82, 0x3c, 0xd8, 0xae,
  408. 0xf9, 0xf9, 0x00, 0x5f, 0x40, 0x3a, 0x68, 0x79, 0xa0, 0x62, 0x48, 0xc5, 0x13, 0xc7, 0x5b, 0xc8,
  409. 0x84, 0xb5, 0x42, 0x1e, 0x5a, 0xd5, 0xd9, 0x91, 0x45, 0x79, 0xb4, 0xcd, 0xf6, 0x6c, 0x37, 0x8b,
  410. 0xec, 0x3e, 0x9c, 0x4a, 0x9f, 0x94, 0xa8, 0xd4, 0xc0, 0x2f, 0x9b, 0x9d, 0x05, 0x70, 0x16, 0xe6,
  411. 0x1a, 0x22, 0xc4, 0xf5, 0x60, 0x5a, 0xaf, 0x4f, 0x18, 0x9f, 0x42, 0x68, 0x8d, 0x17, 0x0d, 0xad,
  412. 0x71, 0x5c, 0x4a, 0x16, 0xcd, 0x5c, 0x4a, 0xdc, 0x40, 0x54, 0x4a, 0xc9, 0x62, 0x3a, 0x70, 0xd0,
  413. 0x4d, 0xa9, 0x84, 0x55, 0x6c, 0x95, 0x07, 0x5b, 0xe4, 0x84, 0x91, 0xc1, 0xa3, 0x71, 0x2a, 0x7f,
  414. 0x29, 0x69, 0x59, 0x42, 0x9d, 0x0b, 0x2d, 0xbe, 0x43, 0xec, 0x1c, 0xe0, 0x6b, 0x48, 0x0e, 0xe4,
  415. 0x82, 0xd4, 0xb3, 0x3d, 0x2e, 0x1b, 0x9c, 0xfd, 0x71, 0xdf, 0x81, 0xaf, 0x20, 0x2e, 0x4d, 0x75,
  416. 0x24, 0x57, 0xd9, 0x7e, 0x73, 0xd9, 0xe9, 0xc2, 0xe4, 0x54, 0x2d, 0x38, 0xc0, 0x79, 0x7b, 0x7c,
  417. 0x73, 0x35, 0xff, 0xff, 0x09, 0x2d, 0x2a, 0xf3, 0x1e, 0x82, 0x54, 0x1e, 0xd3, 0x1e, 0xa2, 0xf8,
  418. 0x01, 0x9b, 0xeb, 0x7e, 0x97, 0x88, 0xae, 0x7c, 0x66, 0xa1, 0xae, 0xdc, 0x63, 0xd5, 0xba, 0x51,
  419. 0x5f, 0x45, 0xab, 0x96, 0xc7, 0x5a, 0x38, 0xe6, 0x90, 0x49, 0xd3, 0x59, 0xd5, 0xd9, 0xfb, 0x63,
  420. 0xaf, 0x7c, 0x8c, 0x97, 0x47, 0xc5, 0x2d, 0xa4, 0xdf, 0x46, 0x35, 0x7c, 0xee, 0x6a, 0xe3, 0x1c,
  421. 0x4c, 0xa3, 0x77, 0xbc, 0xe6, 0x84, 0x69, 0xfa, 0xd4, 0x34, 0xff, 0x4c, 0xf7, 0xbc, 0x78, 0x0b,
  422. 0xab, 0xbb, 0xc1, 0xc9, 0x20, 0xc4, 0xe3, 0x6f, 0xdd, 0xd3, 0xc5, 0x1b, 0x4e, 0x18, 0x9f, 0xc1,
  423. 0xaa, 0xd1, 0xad, 0x9e, 0x3f, 0xd0, 0x0d, 0x9f, 0x49, 0xf1, 0x1e, 0x92, 0x3b, 0xd3, 0xf8, 0x75,
  424. 0x3b, 0x37, 0xd4, 0x8b, 0x39, 0x8c, 0xcf, 0x21, 0x91, 0xd3, 0x68, 0x4d, 0x4b, 0x97, 0x52, 0xee,
  425. 0x59, 0x99, 0xd0, 0x4f, 0x7e, 0xf7, 0x37, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x88, 0x74, 0xc2, 0xda,
  426. 0x02, 0x00, 0x00,
  427. }