gitee.com/sasukebo/go-micro/v4@v4.7.1/debug/proto/debug.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // source: proto/debug.proto 3 4 package debug 5 6 import ( 7 fmt "fmt" 8 proto "github.com/golang/protobuf/proto" 9 math "math" 10 ) 11 12 // Reference imports to suppress errors if they are not otherwise used. 13 var _ = proto.Marshal 14 var _ = fmt.Errorf 15 var _ = math.Inf 16 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.ProtoPackageIsVersion3 // please upgrade the proto package 22 23 type SpanType int32 24 25 const ( 26 SpanType_INBOUND SpanType = 0 27 SpanType_OUTBOUND SpanType = 1 28 ) 29 30 var SpanType_name = map[int32]string{ 31 0: "INBOUND", 32 1: "OUTBOUND", 33 } 34 35 var SpanType_value = map[string]int32{ 36 "INBOUND": 0, 37 "OUTBOUND": 1, 38 } 39 40 func (x SpanType) String() string { 41 return proto.EnumName(SpanType_name, int32(x)) 42 } 43 44 func (SpanType) EnumDescriptor() ([]byte, []int) { 45 return fileDescriptor_466b588516b7ea56, []int{0} 46 } 47 48 type HealthRequest struct { 49 // optional service name 50 Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` 51 XXX_NoUnkeyedLiteral struct{} `json:"-"` 52 XXX_unrecognized []byte `json:"-"` 53 XXX_sizecache int32 `json:"-"` 54 } 55 56 func (m *HealthRequest) Reset() { *m = HealthRequest{} } 57 func (m *HealthRequest) String() string { return proto.CompactTextString(m) } 58 func (*HealthRequest) ProtoMessage() {} 59 func (*HealthRequest) Descriptor() ([]byte, []int) { 60 return fileDescriptor_466b588516b7ea56, []int{0} 61 } 62 63 func (m *HealthRequest) XXX_Unmarshal(b []byte) error { 64 return xxx_messageInfo_HealthRequest.Unmarshal(m, b) 65 } 66 func (m *HealthRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 67 return xxx_messageInfo_HealthRequest.Marshal(b, m, deterministic) 68 } 69 func (m *HealthRequest) XXX_Merge(src proto.Message) { 70 xxx_messageInfo_HealthRequest.Merge(m, src) 71 } 72 func (m *HealthRequest) XXX_Size() int { 73 return xxx_messageInfo_HealthRequest.Size(m) 74 } 75 func (m *HealthRequest) XXX_DiscardUnknown() { 76 xxx_messageInfo_HealthRequest.DiscardUnknown(m) 77 } 78 79 var xxx_messageInfo_HealthRequest proto.InternalMessageInfo 80 81 func (m *HealthRequest) GetService() string { 82 if m != nil { 83 return m.Service 84 } 85 return "" 86 } 87 88 type HealthResponse struct { 89 // default: ok 90 Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` 91 XXX_NoUnkeyedLiteral struct{} `json:"-"` 92 XXX_unrecognized []byte `json:"-"` 93 XXX_sizecache int32 `json:"-"` 94 } 95 96 func (m *HealthResponse) Reset() { *m = HealthResponse{} } 97 func (m *HealthResponse) String() string { return proto.CompactTextString(m) } 98 func (*HealthResponse) ProtoMessage() {} 99 func (*HealthResponse) Descriptor() ([]byte, []int) { 100 return fileDescriptor_466b588516b7ea56, []int{1} 101 } 102 103 func (m *HealthResponse) XXX_Unmarshal(b []byte) error { 104 return xxx_messageInfo_HealthResponse.Unmarshal(m, b) 105 } 106 func (m *HealthResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 107 return xxx_messageInfo_HealthResponse.Marshal(b, m, deterministic) 108 } 109 func (m *HealthResponse) XXX_Merge(src proto.Message) { 110 xxx_messageInfo_HealthResponse.Merge(m, src) 111 } 112 func (m *HealthResponse) XXX_Size() int { 113 return xxx_messageInfo_HealthResponse.Size(m) 114 } 115 func (m *HealthResponse) XXX_DiscardUnknown() { 116 xxx_messageInfo_HealthResponse.DiscardUnknown(m) 117 } 118 119 var xxx_messageInfo_HealthResponse proto.InternalMessageInfo 120 121 func (m *HealthResponse) GetStatus() string { 122 if m != nil { 123 return m.Status 124 } 125 return "" 126 } 127 128 type StatsRequest struct { 129 // optional service name 130 Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` 131 XXX_NoUnkeyedLiteral struct{} `json:"-"` 132 XXX_unrecognized []byte `json:"-"` 133 XXX_sizecache int32 `json:"-"` 134 } 135 136 func (m *StatsRequest) Reset() { *m = StatsRequest{} } 137 func (m *StatsRequest) String() string { return proto.CompactTextString(m) } 138 func (*StatsRequest) ProtoMessage() {} 139 func (*StatsRequest) Descriptor() ([]byte, []int) { 140 return fileDescriptor_466b588516b7ea56, []int{2} 141 } 142 143 func (m *StatsRequest) XXX_Unmarshal(b []byte) error { 144 return xxx_messageInfo_StatsRequest.Unmarshal(m, b) 145 } 146 func (m *StatsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 147 return xxx_messageInfo_StatsRequest.Marshal(b, m, deterministic) 148 } 149 func (m *StatsRequest) XXX_Merge(src proto.Message) { 150 xxx_messageInfo_StatsRequest.Merge(m, src) 151 } 152 func (m *StatsRequest) XXX_Size() int { 153 return xxx_messageInfo_StatsRequest.Size(m) 154 } 155 func (m *StatsRequest) XXX_DiscardUnknown() { 156 xxx_messageInfo_StatsRequest.DiscardUnknown(m) 157 } 158 159 var xxx_messageInfo_StatsRequest proto.InternalMessageInfo 160 161 func (m *StatsRequest) GetService() string { 162 if m != nil { 163 return m.Service 164 } 165 return "" 166 } 167 168 type StatsResponse struct { 169 // timestamp of recording 170 Timestamp uint64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` 171 // unix timestamp 172 Started uint64 `protobuf:"varint,2,opt,name=started,proto3" json:"started,omitempty"` 173 // in seconds 174 Uptime uint64 `protobuf:"varint,3,opt,name=uptime,proto3" json:"uptime,omitempty"` 175 // in bytes 176 Memory uint64 `protobuf:"varint,4,opt,name=memory,proto3" json:"memory,omitempty"` 177 // num threads 178 Threads uint64 `protobuf:"varint,5,opt,name=threads,proto3" json:"threads,omitempty"` 179 // total gc in nanoseconds 180 Gc uint64 `protobuf:"varint,6,opt,name=gc,proto3" json:"gc,omitempty"` 181 // total number of requests 182 Requests uint64 `protobuf:"varint,7,opt,name=requests,proto3" json:"requests,omitempty"` 183 // total number of errors 184 Errors uint64 `protobuf:"varint,8,opt,name=errors,proto3" json:"errors,omitempty"` 185 XXX_NoUnkeyedLiteral struct{} `json:"-"` 186 XXX_unrecognized []byte `json:"-"` 187 XXX_sizecache int32 `json:"-"` 188 } 189 190 func (m *StatsResponse) Reset() { *m = StatsResponse{} } 191 func (m *StatsResponse) String() string { return proto.CompactTextString(m) } 192 func (*StatsResponse) ProtoMessage() {} 193 func (*StatsResponse) Descriptor() ([]byte, []int) { 194 return fileDescriptor_466b588516b7ea56, []int{3} 195 } 196 197 func (m *StatsResponse) XXX_Unmarshal(b []byte) error { 198 return xxx_messageInfo_StatsResponse.Unmarshal(m, b) 199 } 200 func (m *StatsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 201 return xxx_messageInfo_StatsResponse.Marshal(b, m, deterministic) 202 } 203 func (m *StatsResponse) XXX_Merge(src proto.Message) { 204 xxx_messageInfo_StatsResponse.Merge(m, src) 205 } 206 func (m *StatsResponse) XXX_Size() int { 207 return xxx_messageInfo_StatsResponse.Size(m) 208 } 209 func (m *StatsResponse) XXX_DiscardUnknown() { 210 xxx_messageInfo_StatsResponse.DiscardUnknown(m) 211 } 212 213 var xxx_messageInfo_StatsResponse proto.InternalMessageInfo 214 215 func (m *StatsResponse) GetTimestamp() uint64 { 216 if m != nil { 217 return m.Timestamp 218 } 219 return 0 220 } 221 222 func (m *StatsResponse) GetStarted() uint64 { 223 if m != nil { 224 return m.Started 225 } 226 return 0 227 } 228 229 func (m *StatsResponse) GetUptime() uint64 { 230 if m != nil { 231 return m.Uptime 232 } 233 return 0 234 } 235 236 func (m *StatsResponse) GetMemory() uint64 { 237 if m != nil { 238 return m.Memory 239 } 240 return 0 241 } 242 243 func (m *StatsResponse) GetThreads() uint64 { 244 if m != nil { 245 return m.Threads 246 } 247 return 0 248 } 249 250 func (m *StatsResponse) GetGc() uint64 { 251 if m != nil { 252 return m.Gc 253 } 254 return 0 255 } 256 257 func (m *StatsResponse) GetRequests() uint64 { 258 if m != nil { 259 return m.Requests 260 } 261 return 0 262 } 263 264 func (m *StatsResponse) GetErrors() uint64 { 265 if m != nil { 266 return m.Errors 267 } 268 return 0 269 } 270 271 // LogRequest requests service logs 272 type LogRequest struct { 273 // service to request logs for 274 Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` 275 // stream records continuously 276 Stream bool `protobuf:"varint,2,opt,name=stream,proto3" json:"stream,omitempty"` 277 // count of records to request 278 Count int64 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"` 279 // relative time in seconds 280 // before the current time 281 // from which to show logs 282 Since int64 `protobuf:"varint,4,opt,name=since,proto3" json:"since,omitempty"` 283 XXX_NoUnkeyedLiteral struct{} `json:"-"` 284 XXX_unrecognized []byte `json:"-"` 285 XXX_sizecache int32 `json:"-"` 286 } 287 288 func (m *LogRequest) Reset() { *m = LogRequest{} } 289 func (m *LogRequest) String() string { return proto.CompactTextString(m) } 290 func (*LogRequest) ProtoMessage() {} 291 func (*LogRequest) Descriptor() ([]byte, []int) { 292 return fileDescriptor_466b588516b7ea56, []int{4} 293 } 294 295 func (m *LogRequest) XXX_Unmarshal(b []byte) error { 296 return xxx_messageInfo_LogRequest.Unmarshal(m, b) 297 } 298 func (m *LogRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 299 return xxx_messageInfo_LogRequest.Marshal(b, m, deterministic) 300 } 301 func (m *LogRequest) XXX_Merge(src proto.Message) { 302 xxx_messageInfo_LogRequest.Merge(m, src) 303 } 304 func (m *LogRequest) XXX_Size() int { 305 return xxx_messageInfo_LogRequest.Size(m) 306 } 307 func (m *LogRequest) XXX_DiscardUnknown() { 308 xxx_messageInfo_LogRequest.DiscardUnknown(m) 309 } 310 311 var xxx_messageInfo_LogRequest proto.InternalMessageInfo 312 313 func (m *LogRequest) GetService() string { 314 if m != nil { 315 return m.Service 316 } 317 return "" 318 } 319 320 func (m *LogRequest) GetStream() bool { 321 if m != nil { 322 return m.Stream 323 } 324 return false 325 } 326 327 func (m *LogRequest) GetCount() int64 { 328 if m != nil { 329 return m.Count 330 } 331 return 0 332 } 333 334 func (m *LogRequest) GetSince() int64 { 335 if m != nil { 336 return m.Since 337 } 338 return 0 339 } 340 341 // Record is service log record 342 type Record struct { 343 // timestamp of log record 344 Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` 345 // record metadata 346 Metadata map[string]string `protobuf:"bytes,2,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 347 // message 348 Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` 349 XXX_NoUnkeyedLiteral struct{} `json:"-"` 350 XXX_unrecognized []byte `json:"-"` 351 XXX_sizecache int32 `json:"-"` 352 } 353 354 func (m *Record) Reset() { *m = Record{} } 355 func (m *Record) String() string { return proto.CompactTextString(m) } 356 func (*Record) ProtoMessage() {} 357 func (*Record) Descriptor() ([]byte, []int) { 358 return fileDescriptor_466b588516b7ea56, []int{5} 359 } 360 361 func (m *Record) XXX_Unmarshal(b []byte) error { 362 return xxx_messageInfo_Record.Unmarshal(m, b) 363 } 364 func (m *Record) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 365 return xxx_messageInfo_Record.Marshal(b, m, deterministic) 366 } 367 func (m *Record) XXX_Merge(src proto.Message) { 368 xxx_messageInfo_Record.Merge(m, src) 369 } 370 func (m *Record) XXX_Size() int { 371 return xxx_messageInfo_Record.Size(m) 372 } 373 func (m *Record) XXX_DiscardUnknown() { 374 xxx_messageInfo_Record.DiscardUnknown(m) 375 } 376 377 var xxx_messageInfo_Record proto.InternalMessageInfo 378 379 func (m *Record) GetTimestamp() int64 { 380 if m != nil { 381 return m.Timestamp 382 } 383 return 0 384 } 385 386 func (m *Record) GetMetadata() map[string]string { 387 if m != nil { 388 return m.Metadata 389 } 390 return nil 391 } 392 393 func (m *Record) GetMessage() string { 394 if m != nil { 395 return m.Message 396 } 397 return "" 398 } 399 400 type TraceRequest struct { 401 // trace id to retrieve 402 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` 403 XXX_NoUnkeyedLiteral struct{} `json:"-"` 404 XXX_unrecognized []byte `json:"-"` 405 XXX_sizecache int32 `json:"-"` 406 } 407 408 func (m *TraceRequest) Reset() { *m = TraceRequest{} } 409 func (m *TraceRequest) String() string { return proto.CompactTextString(m) } 410 func (*TraceRequest) ProtoMessage() {} 411 func (*TraceRequest) Descriptor() ([]byte, []int) { 412 return fileDescriptor_466b588516b7ea56, []int{6} 413 } 414 415 func (m *TraceRequest) XXX_Unmarshal(b []byte) error { 416 return xxx_messageInfo_TraceRequest.Unmarshal(m, b) 417 } 418 func (m *TraceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 419 return xxx_messageInfo_TraceRequest.Marshal(b, m, deterministic) 420 } 421 func (m *TraceRequest) XXX_Merge(src proto.Message) { 422 xxx_messageInfo_TraceRequest.Merge(m, src) 423 } 424 func (m *TraceRequest) XXX_Size() int { 425 return xxx_messageInfo_TraceRequest.Size(m) 426 } 427 func (m *TraceRequest) XXX_DiscardUnknown() { 428 xxx_messageInfo_TraceRequest.DiscardUnknown(m) 429 } 430 431 var xxx_messageInfo_TraceRequest proto.InternalMessageInfo 432 433 func (m *TraceRequest) GetId() string { 434 if m != nil { 435 return m.Id 436 } 437 return "" 438 } 439 440 type TraceResponse struct { 441 Spans []*Span `protobuf:"bytes,1,rep,name=spans,proto3" json:"spans,omitempty"` 442 XXX_NoUnkeyedLiteral struct{} `json:"-"` 443 XXX_unrecognized []byte `json:"-"` 444 XXX_sizecache int32 `json:"-"` 445 } 446 447 func (m *TraceResponse) Reset() { *m = TraceResponse{} } 448 func (m *TraceResponse) String() string { return proto.CompactTextString(m) } 449 func (*TraceResponse) ProtoMessage() {} 450 func (*TraceResponse) Descriptor() ([]byte, []int) { 451 return fileDescriptor_466b588516b7ea56, []int{7} 452 } 453 454 func (m *TraceResponse) XXX_Unmarshal(b []byte) error { 455 return xxx_messageInfo_TraceResponse.Unmarshal(m, b) 456 } 457 func (m *TraceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 458 return xxx_messageInfo_TraceResponse.Marshal(b, m, deterministic) 459 } 460 func (m *TraceResponse) XXX_Merge(src proto.Message) { 461 xxx_messageInfo_TraceResponse.Merge(m, src) 462 } 463 func (m *TraceResponse) XXX_Size() int { 464 return xxx_messageInfo_TraceResponse.Size(m) 465 } 466 func (m *TraceResponse) XXX_DiscardUnknown() { 467 xxx_messageInfo_TraceResponse.DiscardUnknown(m) 468 } 469 470 var xxx_messageInfo_TraceResponse proto.InternalMessageInfo 471 472 func (m *TraceResponse) GetSpans() []*Span { 473 if m != nil { 474 return m.Spans 475 } 476 return nil 477 } 478 479 type Span struct { 480 // the trace id 481 Trace string `protobuf:"bytes,1,opt,name=trace,proto3" json:"trace,omitempty"` 482 // id of the span 483 Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` 484 // parent span 485 Parent string `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty"` 486 // name of the resource 487 Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` 488 // time of start in nanoseconds 489 Started uint64 `protobuf:"varint,5,opt,name=started,proto3" json:"started,omitempty"` 490 // duration of the execution in nanoseconds 491 Duration uint64 `protobuf:"varint,6,opt,name=duration,proto3" json:"duration,omitempty"` 492 // associated metadata 493 Metadata map[string]string `protobuf:"bytes,7,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 494 Type SpanType `protobuf:"varint,8,opt,name=type,proto3,enum=SpanType" json:"type,omitempty"` 495 XXX_NoUnkeyedLiteral struct{} `json:"-"` 496 XXX_unrecognized []byte `json:"-"` 497 XXX_sizecache int32 `json:"-"` 498 } 499 500 func (m *Span) Reset() { *m = Span{} } 501 func (m *Span) String() string { return proto.CompactTextString(m) } 502 func (*Span) ProtoMessage() {} 503 func (*Span) Descriptor() ([]byte, []int) { 504 return fileDescriptor_466b588516b7ea56, []int{8} 505 } 506 507 func (m *Span) XXX_Unmarshal(b []byte) error { 508 return xxx_messageInfo_Span.Unmarshal(m, b) 509 } 510 func (m *Span) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { 511 return xxx_messageInfo_Span.Marshal(b, m, deterministic) 512 } 513 func (m *Span) XXX_Merge(src proto.Message) { 514 xxx_messageInfo_Span.Merge(m, src) 515 } 516 func (m *Span) XXX_Size() int { 517 return xxx_messageInfo_Span.Size(m) 518 } 519 func (m *Span) XXX_DiscardUnknown() { 520 xxx_messageInfo_Span.DiscardUnknown(m) 521 } 522 523 var xxx_messageInfo_Span proto.InternalMessageInfo 524 525 func (m *Span) GetTrace() string { 526 if m != nil { 527 return m.Trace 528 } 529 return "" 530 } 531 532 func (m *Span) GetId() string { 533 if m != nil { 534 return m.Id 535 } 536 return "" 537 } 538 539 func (m *Span) GetParent() string { 540 if m != nil { 541 return m.Parent 542 } 543 return "" 544 } 545 546 func (m *Span) GetName() string { 547 if m != nil { 548 return m.Name 549 } 550 return "" 551 } 552 553 func (m *Span) GetStarted() uint64 { 554 if m != nil { 555 return m.Started 556 } 557 return 0 558 } 559 560 func (m *Span) GetDuration() uint64 { 561 if m != nil { 562 return m.Duration 563 } 564 return 0 565 } 566 567 func (m *Span) GetMetadata() map[string]string { 568 if m != nil { 569 return m.Metadata 570 } 571 return nil 572 } 573 574 func (m *Span) GetType() SpanType { 575 if m != nil { 576 return m.Type 577 } 578 return SpanType_INBOUND 579 } 580 581 func init() { 582 proto.RegisterEnum("SpanType", SpanType_name, SpanType_value) 583 proto.RegisterType((*HealthRequest)(nil), "HealthRequest") 584 proto.RegisterType((*HealthResponse)(nil), "HealthResponse") 585 proto.RegisterType((*StatsRequest)(nil), "StatsRequest") 586 proto.RegisterType((*StatsResponse)(nil), "StatsResponse") 587 proto.RegisterType((*LogRequest)(nil), "LogRequest") 588 proto.RegisterType((*Record)(nil), "Record") 589 proto.RegisterMapType((map[string]string)(nil), "Record.MetadataEntry") 590 proto.RegisterType((*TraceRequest)(nil), "TraceRequest") 591 proto.RegisterType((*TraceResponse)(nil), "TraceResponse") 592 proto.RegisterType((*Span)(nil), "Span") 593 proto.RegisterMapType((map[string]string)(nil), "Span.MetadataEntry") 594 } 595 596 func init() { proto.RegisterFile("proto/debug.proto", fileDescriptor_466b588516b7ea56) } 597 598 var fileDescriptor_466b588516b7ea56 = []byte{ 599 // 589 bytes of a gzipped FileDescriptorProto 600 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xdb, 0x6e, 0xd3, 0x40, 601 0x10, 0x8d, 0xed, 0x38, 0xb1, 0xa7, 0x8d, 0x29, 0xcb, 0x45, 0x96, 0xb9, 0x55, 0x96, 0x90, 0xc2, 602 0x45, 0x2e, 0x94, 0x17, 0x04, 0x6f, 0xa8, 0x48, 0x20, 0x95, 0x56, 0xda, 0xb6, 0x1f, 0xb0, 0xb5, 603 0x47, 0xae, 0xa1, 0xbe, 0xb0, 0xbb, 0xae, 0x94, 0x6f, 0xe1, 0x0b, 0x78, 0xe3, 0x67, 0xf8, 0x1f, 604 0xb4, 0x17, 0xa7, 0xb1, 0x10, 0xea, 0x03, 0x6f, 0x7b, 0xce, 0xce, 0x9e, 0xcc, 0x9c, 0x1c, 0x0f, 605 0xdc, 0xee, 0x78, 0x2b, 0xdb, 0xbd, 0x02, 0xcf, 0xfb, 0x32, 0xd3, 0xe7, 0xf4, 0x19, 0x2c, 0x3e, 606 0x21, 0xbb, 0x94, 0x17, 0x14, 0xbf, 0xf7, 0x28, 0x24, 0x89, 0x61, 0x2e, 0x90, 0x5f, 0x55, 0x39, 607 0xc6, 0xce, 0xae, 0xb3, 0x0c, 0xe9, 0x00, 0xd3, 0x25, 0x44, 0x43, 0xa9, 0xe8, 0xda, 0x46, 0x20, 608 0xb9, 0x0f, 0x33, 0x21, 0x99, 0xec, 0x85, 0x2d, 0xb5, 0x28, 0x5d, 0xc2, 0xf6, 0x89, 0x64, 0x52, 609 0xdc, 0xac, 0xf9, 0xdb, 0x81, 0x85, 0x2d, 0xb5, 0x9a, 0x0f, 0x21, 0x94, 0x55, 0x8d, 0x42, 0xb2, 610 0xba, 0xd3, 0xd5, 0x53, 0x7a, 0x4d, 0x68, 0x25, 0xc9, 0xb8, 0xc4, 0x22, 0x76, 0xf5, 0xdd, 0x00, 611 0x55, 0x2f, 0x7d, 0xa7, 0x0a, 0x63, 0x4f, 0x5f, 0x58, 0xa4, 0xf8, 0x1a, 0xeb, 0x96, 0xaf, 0xe2, 612 0xa9, 0xe1, 0x0d, 0x52, 0x4a, 0xf2, 0x82, 0x23, 0x2b, 0x44, 0xec, 0x1b, 0x25, 0x0b, 0x49, 0x04, 613 0x6e, 0x99, 0xc7, 0x33, 0x4d, 0xba, 0x65, 0x4e, 0x12, 0x08, 0xb8, 0x19, 0x44, 0xc4, 0x73, 0xcd, 614 0xae, 0xb1, 0x52, 0x47, 0xce, 0x5b, 0x2e, 0xe2, 0xc0, 0xa8, 0x1b, 0x94, 0x7e, 0x05, 0x38, 0x6c, 615 0xcb, 0x1b, 0xe7, 0x37, 0x0e, 0x72, 0x64, 0xb5, 0x1e, 0x27, 0xa0, 0x16, 0x91, 0xbb, 0xe0, 0xe7, 616 0x6d, 0xdf, 0x48, 0x3d, 0x8c, 0x47, 0x0d, 0x50, 0xac, 0xa8, 0x9a, 0x1c, 0xf5, 0x28, 0x1e, 0x35, 617 0x20, 0xfd, 0xe5, 0xc0, 0x8c, 0x62, 0xde, 0xf2, 0xe2, 0x6f, 0xf3, 0xbc, 0x4d, 0xf3, 0x5e, 0x43, 618 0x50, 0xa3, 0x64, 0x05, 0x93, 0x2c, 0x76, 0x77, 0xbd, 0xe5, 0xd6, 0xfe, 0xbd, 0xcc, 0x3c, 0xcc, 619 0xbe, 0x58, 0xfe, 0x63, 0x23, 0xf9, 0x8a, 0xae, 0xcb, 0x54, 0xe7, 0x35, 0x0a, 0xc1, 0x4a, 0x63, 620 0x6b, 0x48, 0x07, 0x98, 0xbc, 0x87, 0xc5, 0xe8, 0x11, 0xd9, 0x01, 0xef, 0x1b, 0xae, 0xec, 0x80, 621 0xea, 0xa8, 0xda, 0xbd, 0x62, 0x97, 0x3d, 0xea, 0xd9, 0x42, 0x6a, 0xc0, 0x3b, 0xf7, 0xad, 0x93, 622 0x3e, 0x86, 0xed, 0x53, 0xce, 0x72, 0x1c, 0x0c, 0x8a, 0xc0, 0xad, 0x0a, 0xfb, 0xd4, 0xad, 0x8a, 623 0xf4, 0x25, 0x2c, 0xec, 0xbd, 0x4d, 0xc5, 0x03, 0xf0, 0x45, 0xc7, 0x1a, 0x15, 0x34, 0xd5, 0xb7, 624 0x9f, 0x9d, 0x74, 0xac, 0xa1, 0x86, 0x4b, 0x7f, 0xb8, 0x30, 0x55, 0x58, 0xfd, 0xa0, 0x54, 0xcf, 625 0xac, 0x92, 0x01, 0x56, 0xdc, 0x1d, 0xc4, 0x95, 0xe7, 0x1d, 0xe3, 0x68, 0xcd, 0x0d, 0xa9, 0x45, 626 0x84, 0xc0, 0xb4, 0x61, 0xb5, 0x31, 0x37, 0xa4, 0xfa, 0xbc, 0x99, 0x37, 0x7f, 0x9c, 0xb7, 0x04, 627 0x82, 0xa2, 0xe7, 0x4c, 0x56, 0x6d, 0x63, 0xb3, 0xb2, 0xc6, 0x64, 0x6f, 0xc3, 0xe8, 0xb9, 0x6e, 628 0xf8, 0x8e, 0x6e, 0xf8, 0x9f, 0x36, 0x3f, 0x82, 0xa9, 0x5c, 0x75, 0xa8, 0x43, 0x14, 0xed, 0x87, 629 0xba, 0xf8, 0x74, 0xd5, 0x21, 0xd5, 0xf4, 0x7f, 0x79, 0xfd, 0xfc, 0x29, 0x04, 0x83, 0x1c, 0xd9, 630 0x82, 0xf9, 0xe7, 0xa3, 0x0f, 0xc7, 0x67, 0x47, 0x07, 0x3b, 0x13, 0xb2, 0x0d, 0xc1, 0xf1, 0xd9, 631 0xa9, 0x41, 0xce, 0xfe, 0x4f, 0x07, 0xfc, 0x03, 0xb5, 0x18, 0xc8, 0x13, 0xf0, 0x0e, 0xdb, 0x92, 632 0x6c, 0x65, 0xd7, 0x09, 0x4e, 0xe6, 0x36, 0x28, 0xe9, 0xe4, 0x95, 0x43, 0x5e, 0xc0, 0xcc, 0x2c, 633 0x02, 0x12, 0x65, 0xa3, 0xe5, 0x91, 0xdc, 0xca, 0xc6, 0x1b, 0x22, 0x9d, 0x90, 0x25, 0xf8, 0xfa, 634 0x03, 0x27, 0x8b, 0x6c, 0x73, 0x27, 0x24, 0x51, 0x36, 0xfa, 0xee, 0x4d, 0xa5, 0xfe, 0xd3, 0xc9, 635 0x22, 0xdb, 0x0c, 0x47, 0x12, 0x65, 0xa3, 0x2c, 0xa4, 0x93, 0xf3, 0x99, 0xde, 0x5d, 0x6f, 0xfe, 636 0x04, 0x00, 0x00, 0xff, 0xff, 0x4c, 0x2d, 0xec, 0xd8, 0xd0, 0x04, 0x00, 0x00, 637 }