code.icb4dc0.de/buildr/wasi-module-sdk-go@v0.0.0-20230524201105-cc52d195017b/protocol/generated/rpc/v1/executor.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.30.0 4 // protoc (unknown) 5 // source: rpc/v1/executor.proto 6 7 package rpcv1 8 9 import ( 10 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 11 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 12 reflect "reflect" 13 sync "sync" 14 ) 15 16 const ( 17 // Verify that this generated code is sufficiently up-to-date. 18 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 19 // Verify that runtime/protoimpl is sufficiently up-to-date. 20 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 21 ) 22 23 type Buildr struct { 24 state protoimpl.MessageState 25 sizeCache protoimpl.SizeCache 26 unknownFields protoimpl.UnknownFields 27 28 Repo *Buildr_Repo `protobuf:"bytes,1,opt,name=repo,proto3" json:"repo,omitempty"` 29 Github *Buildr_GitHub `protobuf:"bytes,2,opt,name=github,proto3" json:"github,omitempty"` 30 BinDir string `protobuf:"bytes,3,opt,name=bin_dir,json=binDir,proto3" json:"bin_dir,omitempty"` 31 OutDir string `protobuf:"bytes,4,opt,name=out_dir,json=outDir,proto3" json:"out_dir,omitempty"` 32 } 33 34 func (x *Buildr) Reset() { 35 *x = Buildr{} 36 if protoimpl.UnsafeEnabled { 37 mi := &file_rpc_v1_executor_proto_msgTypes[0] 38 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 39 ms.StoreMessageInfo(mi) 40 } 41 } 42 43 func (x *Buildr) String() string { 44 return protoimpl.X.MessageStringOf(x) 45 } 46 47 func (*Buildr) ProtoMessage() {} 48 49 func (x *Buildr) ProtoReflect() protoreflect.Message { 50 mi := &file_rpc_v1_executor_proto_msgTypes[0] 51 if protoimpl.UnsafeEnabled && x != nil { 52 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 53 if ms.LoadMessageInfo() == nil { 54 ms.StoreMessageInfo(mi) 55 } 56 return ms 57 } 58 return mi.MessageOf(x) 59 } 60 61 // Deprecated: Use Buildr.ProtoReflect.Descriptor instead. 62 func (*Buildr) Descriptor() ([]byte, []int) { 63 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{0} 64 } 65 66 func (x *Buildr) GetRepo() *Buildr_Repo { 67 if x != nil { 68 return x.Repo 69 } 70 return nil 71 } 72 73 func (x *Buildr) GetGithub() *Buildr_GitHub { 74 if x != nil { 75 return x.Github 76 } 77 return nil 78 } 79 80 func (x *Buildr) GetBinDir() string { 81 if x != nil { 82 return x.BinDir 83 } 84 return "" 85 } 86 87 func (x *Buildr) GetOutDir() string { 88 if x != nil { 89 return x.OutDir 90 } 91 return "" 92 } 93 94 type ModuleReference struct { 95 state protoimpl.MessageState 96 sizeCache protoimpl.SizeCache 97 unknownFields protoimpl.UnknownFields 98 99 ModuleCategory string `protobuf:"bytes,1,opt,name=module_category,json=moduleCategory,proto3" json:"module_category,omitempty"` 100 ModuleType string `protobuf:"bytes,2,opt,name=module_type,json=moduleType,proto3" json:"module_type,omitempty"` 101 } 102 103 func (x *ModuleReference) Reset() { 104 *x = ModuleReference{} 105 if protoimpl.UnsafeEnabled { 106 mi := &file_rpc_v1_executor_proto_msgTypes[1] 107 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 108 ms.StoreMessageInfo(mi) 109 } 110 } 111 112 func (x *ModuleReference) String() string { 113 return protoimpl.X.MessageStringOf(x) 114 } 115 116 func (*ModuleReference) ProtoMessage() {} 117 118 func (x *ModuleReference) ProtoReflect() protoreflect.Message { 119 mi := &file_rpc_v1_executor_proto_msgTypes[1] 120 if protoimpl.UnsafeEnabled && x != nil { 121 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 122 if ms.LoadMessageInfo() == nil { 123 ms.StoreMessageInfo(mi) 124 } 125 return ms 126 } 127 return mi.MessageOf(x) 128 } 129 130 // Deprecated: Use ModuleReference.ProtoReflect.Descriptor instead. 131 func (*ModuleReference) Descriptor() ([]byte, []int) { 132 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{1} 133 } 134 135 func (x *ModuleReference) GetModuleCategory() string { 136 if x != nil { 137 return x.ModuleCategory 138 } 139 return "" 140 } 141 142 func (x *ModuleReference) GetModuleType() string { 143 if x != nil { 144 return x.ModuleType 145 } 146 return "" 147 } 148 149 type TaskReference struct { 150 state protoimpl.MessageState 151 sizeCache protoimpl.SizeCache 152 unknownFields protoimpl.UnknownFields 153 154 Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` 155 Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` 156 Module *ModuleReference `protobuf:"bytes,3,opt,name=module,proto3" json:"module,omitempty"` 157 } 158 159 func (x *TaskReference) Reset() { 160 *x = TaskReference{} 161 if protoimpl.UnsafeEnabled { 162 mi := &file_rpc_v1_executor_proto_msgTypes[2] 163 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 164 ms.StoreMessageInfo(mi) 165 } 166 } 167 168 func (x *TaskReference) String() string { 169 return protoimpl.X.MessageStringOf(x) 170 } 171 172 func (*TaskReference) ProtoMessage() {} 173 174 func (x *TaskReference) ProtoReflect() protoreflect.Message { 175 mi := &file_rpc_v1_executor_proto_msgTypes[2] 176 if protoimpl.UnsafeEnabled && x != nil { 177 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 178 if ms.LoadMessageInfo() == nil { 179 ms.StoreMessageInfo(mi) 180 } 181 return ms 182 } 183 return mi.MessageOf(x) 184 } 185 186 // Deprecated: Use TaskReference.ProtoReflect.Descriptor instead. 187 func (*TaskReference) Descriptor() ([]byte, []int) { 188 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{2} 189 } 190 191 func (x *TaskReference) GetId() string { 192 if x != nil { 193 return x.Id 194 } 195 return "" 196 } 197 198 func (x *TaskReference) GetName() string { 199 if x != nil { 200 return x.Name 201 } 202 return "" 203 } 204 205 func (x *TaskReference) GetModule() *ModuleReference { 206 if x != nil { 207 return x.Module 208 } 209 return nil 210 } 211 212 type StartTaskRequest struct { 213 state protoimpl.MessageState 214 sizeCache protoimpl.SizeCache 215 unknownFields protoimpl.UnknownFields 216 217 Reference *TaskReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"` 218 Buildr *Buildr `protobuf:"bytes,2,opt,name=buildr,proto3" json:"buildr,omitempty"` 219 RawTask []byte `protobuf:"bytes,3,opt,name=raw_task,json=rawTask,proto3" json:"raw_task,omitempty"` 220 } 221 222 func (x *StartTaskRequest) Reset() { 223 *x = StartTaskRequest{} 224 if protoimpl.UnsafeEnabled { 225 mi := &file_rpc_v1_executor_proto_msgTypes[3] 226 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 227 ms.StoreMessageInfo(mi) 228 } 229 } 230 231 func (x *StartTaskRequest) String() string { 232 return protoimpl.X.MessageStringOf(x) 233 } 234 235 func (*StartTaskRequest) ProtoMessage() {} 236 237 func (x *StartTaskRequest) ProtoReflect() protoreflect.Message { 238 mi := &file_rpc_v1_executor_proto_msgTypes[3] 239 if protoimpl.UnsafeEnabled && x != nil { 240 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 241 if ms.LoadMessageInfo() == nil { 242 ms.StoreMessageInfo(mi) 243 } 244 return ms 245 } 246 return mi.MessageOf(x) 247 } 248 249 // Deprecated: Use StartTaskRequest.ProtoReflect.Descriptor instead. 250 func (*StartTaskRequest) Descriptor() ([]byte, []int) { 251 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{3} 252 } 253 254 func (x *StartTaskRequest) GetReference() *TaskReference { 255 if x != nil { 256 return x.Reference 257 } 258 return nil 259 } 260 261 func (x *StartTaskRequest) GetBuildr() *Buildr { 262 if x != nil { 263 return x.Buildr 264 } 265 return nil 266 } 267 268 func (x *StartTaskRequest) GetRawTask() []byte { 269 if x != nil { 270 return x.RawTask 271 } 272 return nil 273 } 274 275 type TaskResult struct { 276 state protoimpl.MessageState 277 sizeCache protoimpl.SizeCache 278 unknownFields protoimpl.UnknownFields 279 280 Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` 281 ModifiedFilesArchivePath string `protobuf:"bytes,2,opt,name=modified_files_archive_path,json=modifiedFilesArchivePath,proto3" json:"modified_files_archive_path,omitempty"` 282 } 283 284 func (x *TaskResult) Reset() { 285 *x = TaskResult{} 286 if protoimpl.UnsafeEnabled { 287 mi := &file_rpc_v1_executor_proto_msgTypes[4] 288 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 289 ms.StoreMessageInfo(mi) 290 } 291 } 292 293 func (x *TaskResult) String() string { 294 return protoimpl.X.MessageStringOf(x) 295 } 296 297 func (*TaskResult) ProtoMessage() {} 298 299 func (x *TaskResult) ProtoReflect() protoreflect.Message { 300 mi := &file_rpc_v1_executor_proto_msgTypes[4] 301 if protoimpl.UnsafeEnabled && x != nil { 302 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 303 if ms.LoadMessageInfo() == nil { 304 ms.StoreMessageInfo(mi) 305 } 306 return ms 307 } 308 return mi.MessageOf(x) 309 } 310 311 // Deprecated: Use TaskResult.ProtoReflect.Descriptor instead. 312 func (*TaskResult) Descriptor() ([]byte, []int) { 313 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{4} 314 } 315 316 func (x *TaskResult) GetError() string { 317 if x != nil { 318 return x.Error 319 } 320 return "" 321 } 322 323 func (x *TaskResult) GetModifiedFilesArchivePath() string { 324 if x != nil { 325 return x.ModifiedFilesArchivePath 326 } 327 return "" 328 } 329 330 type TaskLog struct { 331 state protoimpl.MessageState 332 sizeCache protoimpl.SizeCache 333 unknownFields protoimpl.UnknownFields 334 335 Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` 336 Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` 337 Level int32 `protobuf:"varint,3,opt,name=level,proto3" json:"level,omitempty"` 338 Attributes []*TaskLog_LogAttribute `protobuf:"bytes,4,rep,name=attributes,proto3" json:"attributes,omitempty"` 339 } 340 341 func (x *TaskLog) Reset() { 342 *x = TaskLog{} 343 if protoimpl.UnsafeEnabled { 344 mi := &file_rpc_v1_executor_proto_msgTypes[5] 345 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 346 ms.StoreMessageInfo(mi) 347 } 348 } 349 350 func (x *TaskLog) String() string { 351 return protoimpl.X.MessageStringOf(x) 352 } 353 354 func (*TaskLog) ProtoMessage() {} 355 356 func (x *TaskLog) ProtoReflect() protoreflect.Message { 357 mi := &file_rpc_v1_executor_proto_msgTypes[5] 358 if protoimpl.UnsafeEnabled && x != nil { 359 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 360 if ms.LoadMessageInfo() == nil { 361 ms.StoreMessageInfo(mi) 362 } 363 return ms 364 } 365 return mi.MessageOf(x) 366 } 367 368 // Deprecated: Use TaskLog.ProtoReflect.Descriptor instead. 369 func (*TaskLog) Descriptor() ([]byte, []int) { 370 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{5} 371 } 372 373 func (x *TaskLog) GetTime() int64 { 374 if x != nil { 375 return x.Time 376 } 377 return 0 378 } 379 380 func (x *TaskLog) GetMessage() string { 381 if x != nil { 382 return x.Message 383 } 384 return "" 385 } 386 387 func (x *TaskLog) GetLevel() int32 { 388 if x != nil { 389 return x.Level 390 } 391 return 0 392 } 393 394 func (x *TaskLog) GetAttributes() []*TaskLog_LogAttribute { 395 if x != nil { 396 return x.Attributes 397 } 398 return nil 399 } 400 401 type SetState struct { 402 state protoimpl.MessageState 403 sizeCache protoimpl.SizeCache 404 unknownFields protoimpl.UnknownFields 405 406 Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` 407 Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` 408 } 409 410 func (x *SetState) Reset() { 411 *x = SetState{} 412 if protoimpl.UnsafeEnabled { 413 mi := &file_rpc_v1_executor_proto_msgTypes[6] 414 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 415 ms.StoreMessageInfo(mi) 416 } 417 } 418 419 func (x *SetState) String() string { 420 return protoimpl.X.MessageStringOf(x) 421 } 422 423 func (*SetState) ProtoMessage() {} 424 425 func (x *SetState) ProtoReflect() protoreflect.Message { 426 mi := &file_rpc_v1_executor_proto_msgTypes[6] 427 if protoimpl.UnsafeEnabled && x != nil { 428 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 429 if ms.LoadMessageInfo() == nil { 430 ms.StoreMessageInfo(mi) 431 } 432 return ms 433 } 434 return mi.MessageOf(x) 435 } 436 437 // Deprecated: Use SetState.ProtoReflect.Descriptor instead. 438 func (*SetState) Descriptor() ([]byte, []int) { 439 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{6} 440 } 441 442 func (x *SetState) GetKey() []byte { 443 if x != nil { 444 return x.Key 445 } 446 return nil 447 } 448 449 func (x *SetState) GetData() []byte { 450 if x != nil { 451 return x.Data 452 } 453 return nil 454 } 455 456 type GetStateRequest struct { 457 state protoimpl.MessageState 458 sizeCache protoimpl.SizeCache 459 unknownFields protoimpl.UnknownFields 460 461 Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` 462 } 463 464 func (x *GetStateRequest) Reset() { 465 *x = GetStateRequest{} 466 if protoimpl.UnsafeEnabled { 467 mi := &file_rpc_v1_executor_proto_msgTypes[7] 468 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 469 ms.StoreMessageInfo(mi) 470 } 471 } 472 473 func (x *GetStateRequest) String() string { 474 return protoimpl.X.MessageStringOf(x) 475 } 476 477 func (*GetStateRequest) ProtoMessage() {} 478 479 func (x *GetStateRequest) ProtoReflect() protoreflect.Message { 480 mi := &file_rpc_v1_executor_proto_msgTypes[7] 481 if protoimpl.UnsafeEnabled && x != nil { 482 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 483 if ms.LoadMessageInfo() == nil { 484 ms.StoreMessageInfo(mi) 485 } 486 return ms 487 } 488 return mi.MessageOf(x) 489 } 490 491 // Deprecated: Use GetStateRequest.ProtoReflect.Descriptor instead. 492 func (*GetStateRequest) Descriptor() ([]byte, []int) { 493 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{7} 494 } 495 496 func (x *GetStateRequest) GetKey() []byte { 497 if x != nil { 498 return x.Key 499 } 500 return nil 501 } 502 503 type GetStateResponse struct { 504 state protoimpl.MessageState 505 sizeCache protoimpl.SizeCache 506 unknownFields protoimpl.UnknownFields 507 508 Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` 509 Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` 510 } 511 512 func (x *GetStateResponse) Reset() { 513 *x = GetStateResponse{} 514 if protoimpl.UnsafeEnabled { 515 mi := &file_rpc_v1_executor_proto_msgTypes[8] 516 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 517 ms.StoreMessageInfo(mi) 518 } 519 } 520 521 func (x *GetStateResponse) String() string { 522 return protoimpl.X.MessageStringOf(x) 523 } 524 525 func (*GetStateResponse) ProtoMessage() {} 526 527 func (x *GetStateResponse) ProtoReflect() protoreflect.Message { 528 mi := &file_rpc_v1_executor_proto_msgTypes[8] 529 if protoimpl.UnsafeEnabled && x != nil { 530 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 531 if ms.LoadMessageInfo() == nil { 532 ms.StoreMessageInfo(mi) 533 } 534 return ms 535 } 536 return mi.MessageOf(x) 537 } 538 539 // Deprecated: Use GetStateResponse.ProtoReflect.Descriptor instead. 540 func (*GetStateResponse) Descriptor() ([]byte, []int) { 541 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{8} 542 } 543 544 func (x *GetStateResponse) GetKey() []byte { 545 if x != nil { 546 return x.Key 547 } 548 return nil 549 } 550 551 func (x *GetStateResponse) GetData() []byte { 552 if x != nil { 553 return x.Data 554 } 555 return nil 556 } 557 558 type Result struct { 559 state protoimpl.MessageState 560 sizeCache protoimpl.SizeCache 561 unknownFields protoimpl.UnknownFields 562 563 Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` 564 Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` 565 } 566 567 func (x *Result) Reset() { 568 *x = Result{} 569 if protoimpl.UnsafeEnabled { 570 mi := &file_rpc_v1_executor_proto_msgTypes[9] 571 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 572 ms.StoreMessageInfo(mi) 573 } 574 } 575 576 func (x *Result) String() string { 577 return protoimpl.X.MessageStringOf(x) 578 } 579 580 func (*Result) ProtoMessage() {} 581 582 func (x *Result) ProtoReflect() protoreflect.Message { 583 mi := &file_rpc_v1_executor_proto_msgTypes[9] 584 if protoimpl.UnsafeEnabled && x != nil { 585 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 586 if ms.LoadMessageInfo() == nil { 587 ms.StoreMessageInfo(mi) 588 } 589 return ms 590 } 591 return mi.MessageOf(x) 592 } 593 594 // Deprecated: Use Result.ProtoReflect.Descriptor instead. 595 func (*Result) Descriptor() ([]byte, []int) { 596 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{9} 597 } 598 599 func (x *Result) GetSuccess() bool { 600 if x != nil { 601 return x.Success 602 } 603 return false 604 } 605 606 func (x *Result) GetError() string { 607 if x != nil { 608 return x.Error 609 } 610 return "" 611 } 612 613 type PluginInventory struct { 614 state protoimpl.MessageState 615 sizeCache protoimpl.SizeCache 616 unknownFields protoimpl.UnknownFields 617 618 Modules []*ModuleReference `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"` 619 } 620 621 func (x *PluginInventory) Reset() { 622 *x = PluginInventory{} 623 if protoimpl.UnsafeEnabled { 624 mi := &file_rpc_v1_executor_proto_msgTypes[10] 625 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 626 ms.StoreMessageInfo(mi) 627 } 628 } 629 630 func (x *PluginInventory) String() string { 631 return protoimpl.X.MessageStringOf(x) 632 } 633 634 func (*PluginInventory) ProtoMessage() {} 635 636 func (x *PluginInventory) ProtoReflect() protoreflect.Message { 637 mi := &file_rpc_v1_executor_proto_msgTypes[10] 638 if protoimpl.UnsafeEnabled && x != nil { 639 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 640 if ms.LoadMessageInfo() == nil { 641 ms.StoreMessageInfo(mi) 642 } 643 return ms 644 } 645 return mi.MessageOf(x) 646 } 647 648 // Deprecated: Use PluginInventory.ProtoReflect.Descriptor instead. 649 func (*PluginInventory) Descriptor() ([]byte, []int) { 650 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{10} 651 } 652 653 func (x *PluginInventory) GetModules() []*ModuleReference { 654 if x != nil { 655 return x.Modules 656 } 657 return nil 658 } 659 660 type Buildr_Repo struct { 661 state protoimpl.MessageState 662 sizeCache protoimpl.SizeCache 663 unknownFields protoimpl.UnknownFields 664 665 Root string `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"` 666 } 667 668 func (x *Buildr_Repo) Reset() { 669 *x = Buildr_Repo{} 670 if protoimpl.UnsafeEnabled { 671 mi := &file_rpc_v1_executor_proto_msgTypes[11] 672 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 673 ms.StoreMessageInfo(mi) 674 } 675 } 676 677 func (x *Buildr_Repo) String() string { 678 return protoimpl.X.MessageStringOf(x) 679 } 680 681 func (*Buildr_Repo) ProtoMessage() {} 682 683 func (x *Buildr_Repo) ProtoReflect() protoreflect.Message { 684 mi := &file_rpc_v1_executor_proto_msgTypes[11] 685 if protoimpl.UnsafeEnabled && x != nil { 686 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 687 if ms.LoadMessageInfo() == nil { 688 ms.StoreMessageInfo(mi) 689 } 690 return ms 691 } 692 return mi.MessageOf(x) 693 } 694 695 // Deprecated: Use Buildr_Repo.ProtoReflect.Descriptor instead. 696 func (*Buildr_Repo) Descriptor() ([]byte, []int) { 697 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{0, 0} 698 } 699 700 func (x *Buildr_Repo) GetRoot() string { 701 if x != nil { 702 return x.Root 703 } 704 return "" 705 } 706 707 type Buildr_GitHub struct { 708 state protoimpl.MessageState 709 sizeCache protoimpl.SizeCache 710 unknownFields protoimpl.UnknownFields 711 712 ApiToken string `protobuf:"bytes,1,opt,name=api_token,json=apiToken,proto3" json:"api_token,omitempty"` 713 } 714 715 func (x *Buildr_GitHub) Reset() { 716 *x = Buildr_GitHub{} 717 if protoimpl.UnsafeEnabled { 718 mi := &file_rpc_v1_executor_proto_msgTypes[12] 719 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 720 ms.StoreMessageInfo(mi) 721 } 722 } 723 724 func (x *Buildr_GitHub) String() string { 725 return protoimpl.X.MessageStringOf(x) 726 } 727 728 func (*Buildr_GitHub) ProtoMessage() {} 729 730 func (x *Buildr_GitHub) ProtoReflect() protoreflect.Message { 731 mi := &file_rpc_v1_executor_proto_msgTypes[12] 732 if protoimpl.UnsafeEnabled && x != nil { 733 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 734 if ms.LoadMessageInfo() == nil { 735 ms.StoreMessageInfo(mi) 736 } 737 return ms 738 } 739 return mi.MessageOf(x) 740 } 741 742 // Deprecated: Use Buildr_GitHub.ProtoReflect.Descriptor instead. 743 func (*Buildr_GitHub) Descriptor() ([]byte, []int) { 744 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{0, 1} 745 } 746 747 func (x *Buildr_GitHub) GetApiToken() string { 748 if x != nil { 749 return x.ApiToken 750 } 751 return "" 752 } 753 754 type TaskLog_LogAttribute struct { 755 state protoimpl.MessageState 756 sizeCache protoimpl.SizeCache 757 unknownFields protoimpl.UnknownFields 758 759 Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` 760 Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` 761 } 762 763 func (x *TaskLog_LogAttribute) Reset() { 764 *x = TaskLog_LogAttribute{} 765 if protoimpl.UnsafeEnabled { 766 mi := &file_rpc_v1_executor_proto_msgTypes[13] 767 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 768 ms.StoreMessageInfo(mi) 769 } 770 } 771 772 func (x *TaskLog_LogAttribute) String() string { 773 return protoimpl.X.MessageStringOf(x) 774 } 775 776 func (*TaskLog_LogAttribute) ProtoMessage() {} 777 778 func (x *TaskLog_LogAttribute) ProtoReflect() protoreflect.Message { 779 mi := &file_rpc_v1_executor_proto_msgTypes[13] 780 if protoimpl.UnsafeEnabled && x != nil { 781 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 782 if ms.LoadMessageInfo() == nil { 783 ms.StoreMessageInfo(mi) 784 } 785 return ms 786 } 787 return mi.MessageOf(x) 788 } 789 790 // Deprecated: Use TaskLog_LogAttribute.ProtoReflect.Descriptor instead. 791 func (*TaskLog_LogAttribute) Descriptor() ([]byte, []int) { 792 return file_rpc_v1_executor_proto_rawDescGZIP(), []int{5, 0} 793 } 794 795 func (x *TaskLog_LogAttribute) GetKey() string { 796 if x != nil { 797 return x.Key 798 } 799 return "" 800 } 801 802 func (x *TaskLog_LogAttribute) GetValue() string { 803 if x != nil { 804 return x.Value 805 } 806 return "" 807 } 808 809 var File_rpc_v1_executor_proto protoreflect.FileDescriptor 810 811 var file_rpc_v1_executor_proto_rawDesc = []byte{ 812 0x0a, 0x15, 0x72, 0x70, 0x63, 0x2f, 0x76, 0x31, 0x2f, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x6f, 813 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 814 0x72, 0x70, 0x63, 0x2e, 0x76, 0x31, 0x22, 0xe3, 0x01, 0x0a, 0x06, 0x42, 0x75, 0x69, 0x6c, 0x64, 815 0x72, 0x12, 0x2e, 0x0a, 0x04, 0x72, 0x65, 0x70, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 816 0x1a, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x76, 0x31, 0x2e, 817 0x42, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 0x52, 0x65, 0x70, 0x6f, 0x52, 0x04, 0x72, 0x65, 0x70, 818 0x6f, 0x12, 0x34, 0x0a, 0x06, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28, 819 0x0b, 0x32, 0x1c, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x76, 820 0x31, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 0x47, 0x69, 0x74, 0x48, 0x75, 0x62, 0x52, 821 0x06, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x12, 0x17, 0x0a, 0x07, 0x62, 0x69, 0x6e, 0x5f, 0x64, 822 0x69, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x62, 0x69, 0x6e, 0x44, 0x69, 0x72, 823 0x12, 0x17, 0x0a, 0x07, 0x6f, 0x75, 0x74, 0x5f, 0x64, 0x69, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 824 0x09, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x44, 0x69, 0x72, 0x1a, 0x1a, 0x0a, 0x04, 0x52, 0x65, 0x70, 825 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 826 0x04, 0x72, 0x6f, 0x6f, 0x74, 0x1a, 0x25, 0x0a, 0x06, 0x47, 0x69, 0x74, 0x48, 0x75, 0x62, 0x12, 827 0x1b, 0x0a, 0x09, 0x61, 0x70, 0x69, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 828 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0x5b, 0x0a, 0x0f, 829 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 830 0x27, 0x0a, 0x0f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x5f, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 831 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 832 0x43, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x79, 0x12, 0x1f, 0x0a, 0x0b, 0x6d, 0x6f, 0x64, 0x75, 833 0x6c, 0x65, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6d, 834 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x79, 0x70, 0x65, 0x22, 0x6b, 0x0a, 0x0d, 0x54, 0x61, 0x73, 835 0x6b, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 836 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 837 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x36, 838 0x0a, 0x06, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 839 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 840 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x06, 841 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x22, 0x98, 0x01, 0x0a, 0x10, 0x53, 0x74, 0x61, 0x72, 0x74, 842 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x09, 0x72, 843 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 844 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x54, 845 0x61, 0x73, 0x6b, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x72, 0x65, 846 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x2d, 0x0a, 0x06, 0x62, 0x75, 0x69, 0x6c, 0x64, 847 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 848 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x52, 0x06, 849 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x61, 0x77, 0x5f, 0x74, 0x61, 850 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x72, 0x61, 0x77, 0x54, 0x61, 0x73, 851 0x6b, 0x22, 0x61, 0x0a, 0x0a, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 852 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 853 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x3d, 0x0a, 0x1b, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x69, 0x65, 854 0x64, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x73, 0x5f, 0x61, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 0x5f, 855 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x18, 0x6d, 0x6f, 0x64, 0x69, 856 0x66, 0x69, 0x65, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x41, 0x72, 0x63, 0x68, 0x69, 0x76, 0x65, 857 0x50, 0x61, 0x74, 0x68, 0x22, 0xca, 0x01, 0x0a, 0x07, 0x54, 0x61, 0x73, 0x6b, 0x4c, 0x6f, 0x67, 858 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 859 0x74, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 860 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 861 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 862 0x65, 0x76, 0x65, 0x6c, 0x12, 0x43, 0x0a, 0x0a, 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 863 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 864 0x72, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x76, 0x31, 0x2e, 0x54, 0x61, 0x73, 0x6b, 0x4c, 0x6f, 0x67, 865 0x2e, 0x4c, 0x6f, 0x67, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x52, 0x0a, 0x61, 866 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x1a, 0x36, 0x0a, 0x0c, 0x4c, 0x6f, 0x67, 867 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 868 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 869 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 870 0x65, 0x22, 0x30, 0x0a, 0x08, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x10, 0x0a, 871 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 872 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 873 0x61, 0x74, 0x61, 0x22, 0x23, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 874 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 875 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x22, 0x38, 0x0a, 0x10, 0x47, 0x65, 0x74, 0x53, 876 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 877 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x12, 878 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 879 0x74, 0x61, 0x22, 0x38, 0x0a, 0x06, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 880 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 881 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 882 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x22, 0x4b, 0x0a, 0x0f, 883 0x50, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x49, 0x6e, 0x76, 0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x12, 884 0x38, 0x0a, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 885 0x32, 0x1e, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x76, 0x31, 886 0x2e, 0x4d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 887 0x52, 0x07, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x73, 0x42, 0xb9, 0x01, 0x0a, 0x11, 0x63, 0x6f, 888 0x6d, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x76, 0x31, 0x42, 889 0x0d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x6f, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 890 0x5a, 0x3f, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x69, 0x63, 0x62, 0x34, 0x64, 0x63, 0x30, 0x2e, 0x64, 891 0x65, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x2f, 0x77, 0x61, 0x73, 0x69, 0x2d, 0x6d, 0x6f, 892 0x64, 0x75, 0x6c, 0x65, 0x2d, 0x73, 0x64, 0x6b, 0x2d, 0x67, 0x6f, 0x2f, 0x69, 0x6e, 0x74, 0x65, 893 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x76, 0x31, 0x3b, 0x72, 0x70, 0x63, 0x76, 894 0x31, 0xa2, 0x02, 0x03, 0x42, 0x52, 0x58, 0xaa, 0x02, 0x0d, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x72, 895 0x2e, 0x52, 0x70, 0x63, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x0d, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x72, 896 0x5c, 0x52, 0x70, 0x63, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x19, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x72, 897 0x5c, 0x52, 0x70, 0x63, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 898 0x61, 0x74, 0x61, 0xea, 0x02, 0x0f, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x72, 0x3a, 0x3a, 0x52, 0x70, 899 0x63, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 900 } 901 902 var ( 903 file_rpc_v1_executor_proto_rawDescOnce sync.Once 904 file_rpc_v1_executor_proto_rawDescData = file_rpc_v1_executor_proto_rawDesc 905 ) 906 907 func file_rpc_v1_executor_proto_rawDescGZIP() []byte { 908 file_rpc_v1_executor_proto_rawDescOnce.Do(func() { 909 file_rpc_v1_executor_proto_rawDescData = protoimpl.X.CompressGZIP(file_rpc_v1_executor_proto_rawDescData) 910 }) 911 return file_rpc_v1_executor_proto_rawDescData 912 } 913 914 var file_rpc_v1_executor_proto_msgTypes = make([]protoimpl.MessageInfo, 14) 915 var file_rpc_v1_executor_proto_goTypes = []interface{}{ 916 (*Buildr)(nil), // 0: buildr.rpc.v1.Buildr 917 (*ModuleReference)(nil), // 1: buildr.rpc.v1.ModuleReference 918 (*TaskReference)(nil), // 2: buildr.rpc.v1.TaskReference 919 (*StartTaskRequest)(nil), // 3: buildr.rpc.v1.StartTaskRequest 920 (*TaskResult)(nil), // 4: buildr.rpc.v1.TaskResult 921 (*TaskLog)(nil), // 5: buildr.rpc.v1.TaskLog 922 (*SetState)(nil), // 6: buildr.rpc.v1.SetState 923 (*GetStateRequest)(nil), // 7: buildr.rpc.v1.GetStateRequest 924 (*GetStateResponse)(nil), // 8: buildr.rpc.v1.GetStateResponse 925 (*Result)(nil), // 9: buildr.rpc.v1.Result 926 (*PluginInventory)(nil), // 10: buildr.rpc.v1.PluginInventory 927 (*Buildr_Repo)(nil), // 11: buildr.rpc.v1.Buildr.Repo 928 (*Buildr_GitHub)(nil), // 12: buildr.rpc.v1.Buildr.GitHub 929 (*TaskLog_LogAttribute)(nil), // 13: buildr.rpc.v1.TaskLog.LogAttribute 930 } 931 var file_rpc_v1_executor_proto_depIdxs = []int32{ 932 11, // 0: buildr.rpc.v1.Buildr.repo:type_name -> buildr.rpc.v1.Buildr.Repo 933 12, // 1: buildr.rpc.v1.Buildr.github:type_name -> buildr.rpc.v1.Buildr.GitHub 934 1, // 2: buildr.rpc.v1.TaskReference.module:type_name -> buildr.rpc.v1.ModuleReference 935 2, // 3: buildr.rpc.v1.StartTaskRequest.reference:type_name -> buildr.rpc.v1.TaskReference 936 0, // 4: buildr.rpc.v1.StartTaskRequest.buildr:type_name -> buildr.rpc.v1.Buildr 937 13, // 5: buildr.rpc.v1.TaskLog.attributes:type_name -> buildr.rpc.v1.TaskLog.LogAttribute 938 1, // 6: buildr.rpc.v1.PluginInventory.modules:type_name -> buildr.rpc.v1.ModuleReference 939 7, // [7:7] is the sub-list for method output_type 940 7, // [7:7] is the sub-list for method input_type 941 7, // [7:7] is the sub-list for extension type_name 942 7, // [7:7] is the sub-list for extension extendee 943 0, // [0:7] is the sub-list for field type_name 944 } 945 946 func init() { file_rpc_v1_executor_proto_init() } 947 func file_rpc_v1_executor_proto_init() { 948 if File_rpc_v1_executor_proto != nil { 949 return 950 } 951 if !protoimpl.UnsafeEnabled { 952 file_rpc_v1_executor_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 953 switch v := v.(*Buildr); i { 954 case 0: 955 return &v.state 956 case 1: 957 return &v.sizeCache 958 case 2: 959 return &v.unknownFields 960 default: 961 return nil 962 } 963 } 964 file_rpc_v1_executor_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 965 switch v := v.(*ModuleReference); i { 966 case 0: 967 return &v.state 968 case 1: 969 return &v.sizeCache 970 case 2: 971 return &v.unknownFields 972 default: 973 return nil 974 } 975 } 976 file_rpc_v1_executor_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 977 switch v := v.(*TaskReference); i { 978 case 0: 979 return &v.state 980 case 1: 981 return &v.sizeCache 982 case 2: 983 return &v.unknownFields 984 default: 985 return nil 986 } 987 } 988 file_rpc_v1_executor_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 989 switch v := v.(*StartTaskRequest); i { 990 case 0: 991 return &v.state 992 case 1: 993 return &v.sizeCache 994 case 2: 995 return &v.unknownFields 996 default: 997 return nil 998 } 999 } 1000 file_rpc_v1_executor_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 1001 switch v := v.(*TaskResult); i { 1002 case 0: 1003 return &v.state 1004 case 1: 1005 return &v.sizeCache 1006 case 2: 1007 return &v.unknownFields 1008 default: 1009 return nil 1010 } 1011 } 1012 file_rpc_v1_executor_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 1013 switch v := v.(*TaskLog); i { 1014 case 0: 1015 return &v.state 1016 case 1: 1017 return &v.sizeCache 1018 case 2: 1019 return &v.unknownFields 1020 default: 1021 return nil 1022 } 1023 } 1024 file_rpc_v1_executor_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { 1025 switch v := v.(*SetState); i { 1026 case 0: 1027 return &v.state 1028 case 1: 1029 return &v.sizeCache 1030 case 2: 1031 return &v.unknownFields 1032 default: 1033 return nil 1034 } 1035 } 1036 file_rpc_v1_executor_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { 1037 switch v := v.(*GetStateRequest); i { 1038 case 0: 1039 return &v.state 1040 case 1: 1041 return &v.sizeCache 1042 case 2: 1043 return &v.unknownFields 1044 default: 1045 return nil 1046 } 1047 } 1048 file_rpc_v1_executor_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { 1049 switch v := v.(*GetStateResponse); i { 1050 case 0: 1051 return &v.state 1052 case 1: 1053 return &v.sizeCache 1054 case 2: 1055 return &v.unknownFields 1056 default: 1057 return nil 1058 } 1059 } 1060 file_rpc_v1_executor_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { 1061 switch v := v.(*Result); i { 1062 case 0: 1063 return &v.state 1064 case 1: 1065 return &v.sizeCache 1066 case 2: 1067 return &v.unknownFields 1068 default: 1069 return nil 1070 } 1071 } 1072 file_rpc_v1_executor_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { 1073 switch v := v.(*PluginInventory); i { 1074 case 0: 1075 return &v.state 1076 case 1: 1077 return &v.sizeCache 1078 case 2: 1079 return &v.unknownFields 1080 default: 1081 return nil 1082 } 1083 } 1084 file_rpc_v1_executor_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { 1085 switch v := v.(*Buildr_Repo); i { 1086 case 0: 1087 return &v.state 1088 case 1: 1089 return &v.sizeCache 1090 case 2: 1091 return &v.unknownFields 1092 default: 1093 return nil 1094 } 1095 } 1096 file_rpc_v1_executor_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { 1097 switch v := v.(*Buildr_GitHub); i { 1098 case 0: 1099 return &v.state 1100 case 1: 1101 return &v.sizeCache 1102 case 2: 1103 return &v.unknownFields 1104 default: 1105 return nil 1106 } 1107 } 1108 file_rpc_v1_executor_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { 1109 switch v := v.(*TaskLog_LogAttribute); i { 1110 case 0: 1111 return &v.state 1112 case 1: 1113 return &v.sizeCache 1114 case 2: 1115 return &v.unknownFields 1116 default: 1117 return nil 1118 } 1119 } 1120 } 1121 type x struct{} 1122 out := protoimpl.TypeBuilder{ 1123 File: protoimpl.DescBuilder{ 1124 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 1125 RawDescriptor: file_rpc_v1_executor_proto_rawDesc, 1126 NumEnums: 0, 1127 NumMessages: 14, 1128 NumExtensions: 0, 1129 NumServices: 0, 1130 }, 1131 GoTypes: file_rpc_v1_executor_proto_goTypes, 1132 DependencyIndexes: file_rpc_v1_executor_proto_depIdxs, 1133 MessageInfos: file_rpc_v1_executor_proto_msgTypes, 1134 }.Build() 1135 File_rpc_v1_executor_proto = out.File 1136 file_rpc_v1_executor_proto_rawDesc = nil 1137 file_rpc_v1_executor_proto_goTypes = nil 1138 file_rpc_v1_executor_proto_depIdxs = nil 1139 }