OLD | NEW |
1 // Code generated by protoc-gen-go. | 1 // Code generated by protoc-gen-go. |
2 // source: cq.proto | 2 // source: cq.proto |
3 // DO NOT EDIT! | 3 // DO NOT EDIT! |
4 | 4 |
5 /* | 5 /* |
6 Package cq is a generated protocol buffer package. | 6 Package cq is a generated protocol buffer package. |
7 | 7 |
8 It is generated from these files: | 8 It is generated from these files: |
9 cq.proto | 9 cq.proto |
10 | 10 |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 // repo url provided in `git_repo_url` above, then | 223 // repo url provided in `git_repo_url` above, then |
224 // https://chromium-review.googlesource.com/#/admin/projects/infra/infra should | 224 // https://chromium-review.googlesource.com/#/admin/projects/infra/infra should |
225 // show general properties of your project. | 225 // show general properties of your project. |
226 // | 226 // |
227 // Also, | 227 // Also, |
228 // https://chromium-review.googlesource.com/#/admin/projects/infra/infra,access | 228 // https://chromium-review.googlesource.com/#/admin/projects/infra/infra,access |
229 // should show ACLs for refs in your project, but you may need to be admin to | 229 // should show ACLs for refs in your project, but you may need to be admin to |
230 // see it. This will come handy to enable and customize the CQ-related workflows | 230 // see it. This will come handy to enable and customize the CQ-related workflows |
231 // for your project. | 231 // for your project. |
232 type Gerrit struct { | 232 type Gerrit struct { |
233 » // If set, tells CQ to set score on a given label to mark result of CQ r
un. | 233 » // Optional. If set, tells CQ vote on a given label to mark result of CQ
run. |
234 » // Typically, this is Commit-Queue-Verified label. | 234 » // The vote is either -1 if failed or 1 on success, and will be given on |
235 » // If not set, CQ will just try to hit submit button. | 235 » // non-dry runs only. |
| 236 » // This vote can then be used in Gerrit's rule for submitting issues, so
as to |
| 237 » // require CQ run. CQ will attempt to submit issue only after setting th
is |
| 238 » // label. |
236 CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label"
json:"cq_verified_label,omitempty"` | 239 CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label"
json:"cq_verified_label,omitempty"` |
237 XXX_unrecognized []byte `json:"-"` | 240 XXX_unrecognized []byte `json:"-"` |
238 } | 241 } |
239 | 242 |
240 func (m *Gerrit) Reset() { *m = Gerrit{} } | 243 func (m *Gerrit) Reset() { *m = Gerrit{} } |
241 func (m *Gerrit) String() string { return proto.CompactTextString(m)
} | 244 func (m *Gerrit) String() string { return proto.CompactTextString(m)
} |
242 func (*Gerrit) ProtoMessage() {} | 245 func (*Gerrit) ProtoMessage() {} |
243 func (*Gerrit) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } | 246 func (*Gerrit) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } |
244 | 247 |
245 func (m *Gerrit) GetCqVerifiedLabel() string { | 248 func (m *Gerrit) GetCqVerifiedLabel() string { |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 } | 302 } |
300 | 303 |
301 func (m *Verifiers) GetSignCla() *Verifiers_SignCLAVerifier { | 304 func (m *Verifiers) GetSignCla() *Verifiers_SignCLAVerifier { |
302 if m != nil { | 305 if m != nil { |
303 return m.SignCla | 306 return m.SignCla |
304 } | 307 } |
305 return nil | 308 return nil |
306 } | 309 } |
307 | 310 |
308 type Verifiers_ReviewerLgtmVerifier struct { | 311 type Verifiers_ReviewerLgtmVerifier struct { |
309 » // Required. Name of the chrome-infra-auth group, which contains the | 312 » // Required. Name of the chrome-infra-auth group, which contains the lis
t of |
310 » // list of identities authorized to approve (lgtm) a CL. This list is al
so | 313 » // identities authorized to approve (lgtm) a CL and trigger CQ run or dr
y |
311 » // known as a committer list and often corresponds to the list of accoun
ts | 314 » // run. |
312 » // that have direct commit/push access to the repository. Some older lis
ts | |
313 » // are still stored in the CQ source code, but are being moved to the ne
w | |
314 » // location (https://crbug.com/511311). | |
315 CommitterList *string `protobuf:"bytes,1,opt,name=committer_list" json:"
committer_list,omitempty"` | 315 CommitterList *string `protobuf:"bytes,1,opt,name=committer_list" json:"
committer_list,omitempty"` |
316 // Number of seconds to wait for LGTM on CQ. Default value is 0. | 316 // Number of seconds to wait for LGTM on CQ. Default value is 0. |
317 MaxWaitSecs *int32 `protobuf:"varint,2,opt,name=max_wait_secs" json:"max
_wait_secs,omitempty"` | 317 MaxWaitSecs *int32 `protobuf:"varint,2,opt,name=max_wait_secs" json:"max
_wait_secs,omitempty"` |
318 // Message to be posted to code review site when no LGTM is found. Defau
lt | 318 // Message to be posted to code review site when no LGTM is found. Defau
lt |
319 // value is "No LGTM from a valid reviewer yet. Only full committers are
" | 319 // value is "No LGTM from a valid reviewer yet. Only full committers are
" |
320 // "accepted.\nEven if an LGTM may have been provided, it was from a " | 320 // "accepted.\nEven if an LGTM may have been provided, it was from a " |
321 // "non-committer,\n_not_ a full super star committer.\nSee " | 321 // "non-committer,\n_not_ a full super star committer.\nSee " |
322 // "http://www.chromium.org/getting-involved/become-a-committer\nNote th
at " | 322 // "http://www.chromium.org/getting-involved/become-a-committer\nNote th
at " |
323 // "this has nothing to do with OWNERS files." | 323 // "this has nothing to do with OWNERS files." |
324 » NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg" json:"
no_lgtm_msg,omitempty"` | 324 » NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg" json:"no_lgtm
_msg,omitempty"` |
| 325 » // Optional, but recommended. Name of the chrome-infra-auth group, |
| 326 » // which contains the list of identities authorized to trigger CQ dry ru
n. |
| 327 » // This is usually the same group as tryjob-access. |
| 328 » DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list
" json:"dry_run_access_list,omitempty"` |
325 XXX_unrecognized []byte `json:"-"` | 329 XXX_unrecognized []byte `json:"-"` |
326 } | 330 } |
327 | 331 |
328 func (m *Verifiers_ReviewerLgtmVerifier) Reset() { *m = Verifiers_Review
erLgtmVerifier{} } | 332 func (m *Verifiers_ReviewerLgtmVerifier) Reset() { *m = Verifiers_Review
erLgtmVerifier{} } |
329 func (m *Verifiers_ReviewerLgtmVerifier) String() string { return proto.CompactT
extString(m) } | 333 func (m *Verifiers_ReviewerLgtmVerifier) String() string { return proto.CompactT
extString(m) } |
330 func (*Verifiers_ReviewerLgtmVerifier) ProtoMessage() {} | 334 func (*Verifiers_ReviewerLgtmVerifier) ProtoMessage() {} |
331 func (*Verifiers_ReviewerLgtmVerifier) Descriptor() ([]byte, []int) { | 335 func (*Verifiers_ReviewerLgtmVerifier) Descriptor() ([]byte, []int) { |
332 return fileDescriptor0, []int{3, 0} | 336 return fileDescriptor0, []int{3, 0} |
333 } | 337 } |
334 | 338 |
(...skipping 11 matching lines...) Expand all Loading... |
346 return 0 | 350 return 0 |
347 } | 351 } |
348 | 352 |
349 func (m *Verifiers_ReviewerLgtmVerifier) GetNoLgtmMsg() string { | 353 func (m *Verifiers_ReviewerLgtmVerifier) GetNoLgtmMsg() string { |
350 if m != nil && m.NoLgtmMsg != nil { | 354 if m != nil && m.NoLgtmMsg != nil { |
351 return *m.NoLgtmMsg | 355 return *m.NoLgtmMsg |
352 } | 356 } |
353 return "" | 357 return "" |
354 } | 358 } |
355 | 359 |
| 360 func (m *Verifiers_ReviewerLgtmVerifier) GetDryRunAccessList() string { |
| 361 if m != nil && m.DryRunAccessList != nil { |
| 362 return *m.DryRunAccessList |
| 363 } |
| 364 return "" |
| 365 } |
| 366 |
356 type Verifiers_TreeStatusLgtmVerifier struct { | 367 type Verifiers_TreeStatusLgtmVerifier struct { |
357 // Required. URL of the project tree status app. | 368 // Required. URL of the project tree status app. |
358 TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url" js
on:"tree_status_url,omitempty"` | 369 TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url" js
on:"tree_status_url,omitempty"` |
359 XXX_unrecognized []byte `json:"-"` | 370 XXX_unrecognized []byte `json:"-"` |
360 } | 371 } |
361 | 372 |
362 func (m *Verifiers_TreeStatusLgtmVerifier) Reset() { *m = Verifiers_Tree
StatusLgtmVerifier{} } | 373 func (m *Verifiers_TreeStatusLgtmVerifier) Reset() { *m = Verifiers_Tree
StatusLgtmVerifier{} } |
363 func (m *Verifiers_TreeStatusLgtmVerifier) String() string { return proto.Compac
tTextString(m) } | 374 func (m *Verifiers_TreeStatusLgtmVerifier) String() string { return proto.Compac
tTextString(m) } |
364 func (*Verifiers_TreeStatusLgtmVerifier) ProtoMessage() {} | 375 func (*Verifiers_TreeStatusLgtmVerifier) ProtoMessage() {} |
365 func (*Verifiers_TreeStatusLgtmVerifier) Descriptor() ([]byte, []int) { | 376 func (*Verifiers_TreeStatusLgtmVerifier) Descriptor() ([]byte, []int) { |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 proto.RegisterType((*Verifiers_ReviewerLgtmVerifier)(nil), "Verifiers.Re
viewerLgtmVerifier") | 563 proto.RegisterType((*Verifiers_ReviewerLgtmVerifier)(nil), "Verifiers.Re
viewerLgtmVerifier") |
553 proto.RegisterType((*Verifiers_TreeStatusLgtmVerifier)(nil), "Verifiers.
TreeStatusLgtmVerifier") | 564 proto.RegisterType((*Verifiers_TreeStatusLgtmVerifier)(nil), "Verifiers.
TreeStatusLgtmVerifier") |
554 proto.RegisterType((*Verifiers_TryJobVerifier)(nil), "Verifiers.TryJobVe
rifier") | 565 proto.RegisterType((*Verifiers_TryJobVerifier)(nil), "Verifiers.TryJobVe
rifier") |
555 proto.RegisterType((*Verifiers_TryJobVerifier_Builder)(nil), "Verifiers.
TryJobVerifier.Builder") | 566 proto.RegisterType((*Verifiers_TryJobVerifier_Builder)(nil), "Verifiers.
TryJobVerifier.Builder") |
556 proto.RegisterType((*Verifiers_TryJobVerifier_Bucket)(nil), "Verifiers.T
ryJobVerifier.Bucket") | 567 proto.RegisterType((*Verifiers_TryJobVerifier_Bucket)(nil), "Verifiers.T
ryJobVerifier.Bucket") |
557 proto.RegisterType((*Verifiers_TryJobVerifier_TryJobRetryConfig)(nil), "
Verifiers.TryJobVerifier.TryJobRetryConfig") | 568 proto.RegisterType((*Verifiers_TryJobVerifier_TryJobRetryConfig)(nil), "
Verifiers.TryJobVerifier.TryJobRetryConfig") |
558 proto.RegisterType((*Verifiers_SignCLAVerifier)(nil), "Verifiers.SignCLA
Verifier") | 569 proto.RegisterType((*Verifiers_SignCLAVerifier)(nil), "Verifiers.SignCLA
Verifier") |
559 } | 570 } |
560 | 571 |
561 var fileDescriptor0 = []byte{ | 572 var fileDescriptor0 = []byte{ |
562 » // 674 bytes of a gzipped FileDescriptorProto | 573 » // 687 bytes of a gzipped FileDescriptorProto |
563 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x54,
0x4d, 0x4f, 0xdb, 0x40, | 574 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x54,
0xdd, 0x4e, 0xdb, 0x4c, |
564 » 0x10, 0x55, 0x08, 0x49, 0x9c, 0x31, 0x90, 0x62, 0x02, 0x18, 0xd3, 0x0f,
0xa0, 0x52, 0x55, 0xb5, | 575 » 0x10, 0x55, 0x08, 0x49, 0x9c, 0x31, 0x90, 0x0f, 0x13, 0xc0, 0x98, 0xaf,
0x2d, 0x50, 0xa9, 0xaa, |
565 » 0x95, 0x25, 0x52, 0xa9, 0xf7, 0xc2, 0xa1, 0x6a, 0xcb, 0x09, 0xaa, 0x1e,
0x7a, 0x59, 0xad, 0xed, | 576 » 0xda, 0xca, 0x12, 0xa9, 0xd4, 0xfb, 0xc2, 0x45, 0xd5, 0x96, 0x2b, 0xa8,
0x7a, 0xbb, 0x5a, 0xdb, |
566 » 0x89, 0x59, 0xea, 0x0f, 0x58, 0xaf, 0x03, 0xf9, 0x57, 0xfd, 0x35, 0x3d,
0xf5, 0xd6, 0x3f, 0xd2, | 577 » 0x13, 0xb3, 0xd4, 0x3f, 0xb0, 0xbb, 0x4e, 0xc8, 0x5b, 0xf5, 0x81, 0x7a,
0xd7, 0x47, 0xe8, 0x0b, |
567 » 0xd9, 0xb5, 0x13, 0xe2, 0x14, 0x4e, 0x89, 0xe7, 0xbd, 0x19, 0xbf, 0x99,
0x79, 0x63, 0xb0, 0xc2, | 578 » 0x74, 0xbc, 0x76, 0x7e, 0x4b, 0xae, 0x6c, 0xcf, 0x39, 0x33, 0x9e, 0x39,
0x73, 0x76, 0xc1, 0x0a, |
568 » 0x1b, 0xff, 0x5a, 0xe6, 0x2a, 0x3f, 0xfa, 0xbb, 0x02, 0xdd, 0xd3, 0x3c,
0x1b, 0x8b, 0xd8, 0x19, | 579 » 0x1f, 0xfc, 0x7b, 0x99, 0xeb, 0xfc, 0xec, 0xf7, 0x06, 0xb4, 0x2f, 0xf3,
0x6c, 0x28, 0x62, 0xa7, |
569 » 0x40, 0x6f, 0x82, 0xb2, 0x10, 0x79, 0xe6, 0xb6, 0x0e, 0x5a, 0xaf, 0x3b,
0x3a, 0x10, 0xde, 0xb0, | 580 » 0x07, 0x9d, 0x11, 0x4a, 0x25, 0xf2, 0xcc, 0x6d, 0x9c, 0x34, 0x5e, 0xb7,
0xca, 0x40, 0xf8, 0xc0, |
570 » 0x8c, 0xa7, 0xe8, 0xae, 0x50, 0xa0, 0xef, 0x3c, 0x83, 0x3e, 0x31, 0xc4,
0x58, 0x10, 0xcd, 0x6d, | 581 » 0x32, 0x9e, 0xa2, 0xbb, 0x41, 0x81, 0xae, 0xf3, 0x0c, 0xba, 0xc4, 0x10,
0x43, 0x41, 0x34, 0xb7, |
571 » 0x53, 0xc8, 0x1e, 0x81, 0xff, 0x7d, 0x16, 0x71, 0xb6, 0x61, 0x9d, 0xf8,
0x85, 0xe2, 0xaa, 0x2c, | 582 » 0x49, 0x21, 0x7b, 0x00, 0xfe, 0xf7, 0x69, 0xc4, 0xd9, 0x87, 0x6d, 0xe2,
0x2b, 0xcd, 0x75, 0xa1, |
572 » 0x58, 0x29, 0x13, 0x77, 0xd5, 0x64, 0x1d, 0xc2, 0xde, 0xa5, 0x88, 0x90,
0x49, 0x1c, 0x33, 0x91, | 583 » 0x58, 0x21, 0x13, 0x77, 0xd3, 0x64, 0x9d, 0xc2, 0xd1, 0xad, 0x88, 0x90,
0x49, 0x1c, 0x32, 0x91, |
573 » 0xb1, 0x30, 0x4f, 0x53, 0xa1, 0x14, 0x46, 0x2c, 0x2d, 0x62, 0xb7, 0x43,
0x14, 0xcb, 0xf1, 0xc0, | 584 » 0xb1, 0x30, 0x4f, 0x53, 0xa1, 0x35, 0x46, 0x2c, 0x55, 0xb1, 0xdb, 0x22,
0x8a, 0xe5, 0x78, 0xe0, |
574 » 0xa9, 0xc2, 0x2c, 0x28, 0x65, 0xa1, 0x58, 0x84, 0x09, 0x9f, 0xba, 0x5d,
0xa3, 0xc2, 0x85, 0x27, | 585 » 0x54, 0x61, 0x16, 0x14, 0x52, 0x69, 0x16, 0x61, 0xc2, 0x27, 0x6e, 0xdb,
0x74, 0xe1, 0xc2, 0x7f, |
575 » 0x29, 0xbf, 0x63, 0x8b, 0xb8, 0xdb, 0x33, 0x08, 0xbd, 0x8f, 0xea, 0x51,
0x1f, 0x51, 0x19, 0x2a, | 586 » 0x29, 0x7f, 0x64, 0x8b, 0xb8, 0xdb, 0x31, 0x08, 0xfd, 0x8f, 0xea, 0xd1,
0x1c, 0x51, 0x11, 0xea, |
576 » 0x2d, 0xdb, 0x32, 0xc5, 0xf6, 0xc1, 0x92, 0x02, 0xd5, 0x04, 0x93, 0xc8,
0xed, 0x1b, 0x91, 0x7d, | 587 » 0xb2, 0x6d, 0xcb, 0x14, 0x3b, 0x06, 0x4b, 0x0a, 0xd4, 0x23, 0x4c, 0x22,
0xb7, 0x6b, 0x9a, 0xec, |
577 » 0xff, 0xbc, 0x0e, 0x38, 0xbb, 0xd0, 0x8d, 0x51, 0x4a, 0xa1, 0xdc, 0x81,
0x81, 0x7a, 0xfe, 0x27, | 588 » 0xfa, 0xd7, 0x75, 0xc0, 0x39, 0x84, 0x76, 0x8c, 0x52, 0x0a, 0xed, 0xf6,
0x0c, 0xd4, 0xf1, 0x3f, |
578 » 0xf3, 0xe8, 0x0c, 0x61, 0x2d, 0xa6, 0xfa, 0x12, 0xaf, 0x73, 0xa3, 0x1d,
0x8c, 0x76, 0x07, 0x40, | 589 » 0x99, 0x4f, 0xa7, 0x0f, 0x5b, 0x31, 0xd5, 0x97, 0x78, 0x9f, 0x9b, 0xde,
0xc1, 0xf4, 0xee, 0x00, |
579 » 0x71, 0x19, 0xa3, 0x06, 0xc6, 0xae, 0x6d, 0x62, 0xc4, 0x2c, 0x26, 0xd9,
0x3d, 0x73, 0xcd, 0x44, | 590 » 0x68, 0x2e, 0x63, 0x2c, 0x81, 0xa1, 0x6b, 0x9b, 0x18, 0x31, 0xd5, 0x28,
0x9b, 0x33, 0xb7, 0x4c, |
580 » 0xf7, 0x61, 0x2b, 0x92, 0x5c, 0x64, 0x22, 0x8b, 0xf5, 0x08, 0xa4, 0x62,
0x4a, 0xd0, 0xe0, 0xd6, | 591 » 0xf4, 0x18, 0xf6, 0x22, 0xc9, 0x45, 0x26, 0xb2, 0xb8, 0x94, 0x40, 0x6a,
0xa6, 0x05, 0x09, 0xb7, |
581 » 0x35, 0x78, 0xe4, 0x83, 0x35, 0x57, 0x60, 0x43, 0x5b, 0x67, 0xb5, 0x4c,
0x16, 0xb5, 0x40, 0xfa, | 592 » 0x5d, 0x82, 0x67, 0x3e, 0x58, 0xb3, 0x0e, 0x6c, 0x68, 0x96, 0x59, 0x0d,
0x93, 0x45, 0x23, 0x50, |
582 » 0xaf, 0x30, 0xa4, 0xce, 0x78, 0x81, 0x05, 0x0d, 0xba, 0x4d, 0xfc, 0x97,
0xd0, 0xad, 0x65, 0xed, | 593 » 0xff, 0x77, 0x18, 0xd2, 0x64, 0x5c, 0xa1, 0x22, 0xa1, 0x9b, 0xc4, 0x7f,
0x09, 0xed, 0xba, 0xad, |
583 » 0xc1, 0x26, 0xcd, 0xb4, 0x9e, 0x7a, 0xc4, 0x12, 0x1e, 0x60, 0x9d, 0x7b,
0xf4, 0xbb, 0x0b, 0xfd, | 594 » 0x23, 0xd8, 0x25, 0x4d, 0x6b, 0xd5, 0x23, 0x96, 0xf0, 0x00, 0xeb, 0xdc,
0xb3, 0x3f, 0x6d, 0xe8, |
584 » 0xfb, 0xe1, 0x7f, 0x80, 0x75, 0x89, 0x13, 0x81, 0xb7, 0x28, 0x59, 0x12,
0xab, 0xd4, 0x90, 0xec, | 595 » 0xce, 0xc5, 0xff, 0x00, 0xdb, 0x12, 0x47, 0x02, 0xc7, 0x28, 0x59, 0x12,
0xeb, 0xd4, 0x90, 0xec, |
585 » 0xd1, 0x8b, 0xfb, 0xfd, 0xf8, 0xe7, 0x35, 0x7e, 0x46, 0xf0, 0x2c, 0x4a,
0x79, 0xb6, 0x92, 0x88, | 596 » 0xc1, 0x8b, 0xf9, 0x7e, 0xfc, 0xeb, 0x1a, 0xbf, 0x22, 0x78, 0x1a, 0xa5,
0x3c, 0x5b, 0x4b, 0xc4, |
586 » 0xf5, 0xda, 0xcc, 0xa2, 0xed, 0xd1, 0xe1, 0x42, 0xd6, 0x37, 0x42, 0x2f,
0x0c, 0xd8, 0xc8, 0x7b, | 597 » 0x7a, 0x6d, 0x66, 0xd1, 0xf6, 0xe0, 0x74, 0x21, 0xeb, 0x1b, 0xa1, 0x37,
0x06, 0x5c, 0xca, 0x7b, |
587 » 0x03, 0x3d, 0x25, 0xa7, 0xec, 0x2a, 0x0f, 0x6a, 0x27, 0xec, 0x35, 0x72,
0xa6, 0x5f, 0xf2, 0x60, | 598 » 0x03, 0x1d, 0x2d, 0x27, 0xec, 0x2e, 0x0f, 0x6a, 0x27, 0x1c, 0x2d, 0xe5,
0x4c, 0xbe, 0xe4, 0xc1, |
588 » 0xce, 0x7d, 0x07, 0x56, 0x21, 0x62, 0x5a, 0x7d, 0xc2, 0x8d, 0x27, 0xec,
0x91, 0xb7, 0x40, 0xbe, | 599 » 0x8c, 0xfb, 0x0e, 0x2c, 0x25, 0x62, 0x5a, 0x7d, 0xc2, 0x8d, 0x27, 0xec,
0x81, 0xb7, 0x40, 0xbe, |
589 » 0x20, 0xe8, 0xf4, 0xec, 0xe3, 0x2c, 0xe0, 0xfd, 0x80, 0xe1, 0x83, 0x4a,
0x77, 0x60, 0x63, 0xe6, | 600 » 0x21, 0xe8, 0xf2, 0xea, 0xe3, 0x34, 0xe0, 0x8d, 0xa1, 0xff, 0x64, 0xa7,
0x07, 0xb0, 0x33, 0xf5, |
590 » 0x1d, 0x6a, 0x51, 0x90, 0x0d, 0xe6, 0x33, 0xd4, 0x06, 0xb9, 0xe5, 0xb4,
0xbe, 0x02, 0xc3, 0xaa, | 601 » 0x0e, 0x8d, 0x28, 0xc8, 0x06, 0x33, 0x0d, 0x4b, 0x83, 0x8c, 0x39, 0xad,
0x4f, 0x61, 0x58, 0xcd, |
591 » 0x87, 0x8e, 0xb3, 0x05, 0x76, 0x96, 0x9b, 0x51, 0x18, 0xa3, 0x69, 0x91,
0x7d, 0xef, 0x18, 0x76, | 602 » 0xd0, 0x72, 0xf6, 0xc0, 0xce, 0x72, 0x23, 0x85, 0x31, 0x5a, 0x73, 0xbe,
0xa5, 0x09, 0x93, 0x45, |
592 » 0x1e, 0xe9, 0x67, 0x17, 0x06, 0x0b, 0x73, 0x60, 0xf3, 0x15, 0x79, 0x7f,
0xda, 0xb0, 0xb1, 0xd4, | 603 » 0xc6, 0x78, 0x18, 0xa2, 0x52, 0x55, 0x21, 0x63, 0x54, 0xef, 0x1c, 0x0e,
0xd6, 0x0c, 0x7b, 0x08, |
593 » 0xcf, 0x31, 0xf4, 0x82, 0x32, 0xfc, 0x89, 0xaa, 0x20, 0x4e, 0x9b, 0xda,
0x39, 0x78, 0xb4, 0x77, | 604 » 0xbd, 0x05, 0x91, 0xd8, 0x6c, 0x7f, 0xde, 0xaf, 0x26, 0xec, 0xac, 0x0c,
0x7b, 0x0e, 0x9d, 0xa0, |
594 » 0xff, 0xc4, 0x10, 0x9d, 0xcf, 0x30, 0xac, 0xc7, 0x45, 0xc6, 0xd1, 0xff,
0x42, 0x73, 0x74, 0xf5, | 605 » 0x08, 0x7f, 0xa0, 0x56, 0xc4, 0x69, 0xd2, 0xac, 0x27, 0x6b, 0x85, 0xf1,
0x2f, 0x0c, 0xd1, 0xf9, |
595 » 0xbc, 0xdf, 0x3e, 0x9e, 0x5f, 0x3d, 0x9e, 0xeb, 0x9c, 0xea, 0x4e, 0xbd,
0x33, 0xe8, 0x9d, 0x94, | 606 » 0x0c, 0xfd, 0x5a, 0x4b, 0x72, 0x55, 0xf9, 0x16, 0x9a, 0x13, 0x59, 0x2f,
0xe3, 0xed, 0xfa, 0xfc, |
596 » 0x22, 0x89, 0x48, 0xc8, 0x1a, 0xac, 0x9a, 0xf3, 0x6c, 0xcd, 0x8c, 0xa9,
0xa4, 0x88, 0xc9, 0xdf, | 607 » 0xea, 0xf3, 0xba, 0xcc, 0xa9, 0x0e, 0xb1, 0x77, 0x05, 0x9d, 0x8b, 0x42,
0x24, 0x11, 0x35, 0xb2, |
597 » 0xe4, 0x94, 0x60, 0x3a, 0x3f, 0xda, 0x6d, 0xbc, 0xbb, 0xa6, 0x72, 0x29,
0x66, 0x8a, 0xd1, 0x9f, | 608 » 0x05, 0x9b, 0xe6, 0xec, 0x36, 0xa6, 0xae, 0xd5, 0x52, 0xc4, 0x64, 0x7e,
0xb2, 0x51, 0x30, 0x99, |
598 » 0x90, 0x7e, 0x79, 0x8c, 0x66, 0x13, 0x2b, 0xde, 0x57, 0xe8, 0xd6, 0x12,
0x9b, 0xc5, 0xde, 0x83, | 609 » 0x9d, 0xe8, 0x7d, 0x7c, 0xbc, 0xa7, 0x72, 0x29, 0x66, 0x9a, 0xd1, 0x4b,
0x48, 0x4f, 0x1e, 0xa3, |
599 » 0x15, 0x54, 0x6f, 0xa9, 0x4c, 0xb9, 0x6c, 0x8a, 0xa5, 0x26, 0x0d, 0xd3,
0xfb, 0xd5, 0x82, 0xcd, | 610 » 0x51, 0x64, 0xc3, 0xfb, 0x0a, 0xed, 0xba, 0xc5, 0xe5, 0x62, 0xef, 0xc1,
0x0a, 0xaa, 0xbf, 0x54, |
600 » 0xff, 0x04, 0xeb, 0xd3, 0x68, 0xf6, 0x7e, 0x53, 0xe6, 0x8a, 0xd7, 0x1f,
0x19, 0x3a, 0xfd, 0x38, | 611 » 0x8e, 0x5d, 0x75, 0xcc, 0xca, 0x90, 0x86, 0xe9, 0xfd, 0x6c, 0xc0, 0xee,
0x3f, 0x0d, 0x97, 0x1b, |
601 » 0xc9, 0x03, 0x9e, 0x34, 0xb0, 0x6a, 0x85, 0x4f, 0x61, 0x38, 0xe6, 0x22,
0x29, 0x25, 0xd6, 0xe0, | 612 » 0x59, 0x9e, 0xfd, 0xa1, 0xc8, 0x35, 0xaf, 0x6f, 0x20, 0xba, 0x17, 0xe2,
0x24, 0x0f, 0x78, 0xb2, |
602 » 0x2d, 0x8a, 0xf8, 0x52, 0x99, 0x5d, 0x76, 0x9c, 0x57, 0xf0, 0x5c, 0x49,
0x9e, 0x15, 0x42, 0xf7, | 613 » 0x84, 0x55, 0xfb, 0xfd, 0x1f, 0xfa, 0x43, 0x2e, 0x92, 0x42, 0x62, 0x0d,
0x8e, 0x51, 0xc4, 0xb7, |
603 » 0xf5, 0x20, 0x6f, 0x75, 0x56, 0x45, 0x9f, 0x62, 0x5e, 0xaa, 0x26, 0xaa,
0x3f, 0x3d, 0x1d, 0x6f, | 614 » 0xda, 0x2c, 0xba, 0xe5, 0xbc, 0x82, 0xe7, 0x5a, 0xf2, 0x4c, 0x89, 0x72,
0xae, 0x27, 0x79, 0x9b, |
604 » 0x13, 0x06, 0x4b, 0x06, 0xfc, 0x17, 0x00, 0x00, 0xff, 0xff, 0x0c, 0x91,
0xda, 0xff, 0x1e, 0x05, | 615 » 0xd3, 0x2a, 0xe5, 0x39, 0xcd, 0x0b, 0xbd, 0x8c, 0x96, 0xf7, 0x52, 0xcb,
0xdb, 0x85, 0xde, 0x8a, |
605 » 0x00, 0x00, | 616 » 0x3b, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x92, 0xf5, 0x6a, 0x3b,
0x05, 0x00, 0x00, |
606 } | 617 } |
OLD | NEW |