github.com/benchkram/bob@v0.0.0-20240314204020-b7a57f2f9be9/bobtask/buildinfo/protos/buildinfo.pb.go (about) 1 // Code generated by protoc-gen-go. DO NOT EDIT. 2 // versions: 3 // protoc-gen-go v1.28.1 4 // protoc v3.21.8 5 // source: buildinfo.proto 6 7 package protos 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 BuildInfo struct { 24 state protoimpl.MessageState 25 sizeCache protoimpl.SizeCache 26 unknownFields protoimpl.UnknownFields 27 28 Target *Targets `protobuf:"bytes,1,opt,name=Target,proto3" json:"Target,omitempty"` 29 Meta *Meta `protobuf:"bytes,2,opt,name=Meta,proto3" json:"Meta,omitempty"` 30 } 31 32 func (x *BuildInfo) Reset() { 33 *x = BuildInfo{} 34 if protoimpl.UnsafeEnabled { 35 mi := &file_buildinfo_proto_msgTypes[0] 36 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 37 ms.StoreMessageInfo(mi) 38 } 39 } 40 41 func (x *BuildInfo) String() string { 42 return protoimpl.X.MessageStringOf(x) 43 } 44 45 func (*BuildInfo) ProtoMessage() {} 46 47 func (x *BuildInfo) ProtoReflect() protoreflect.Message { 48 mi := &file_buildinfo_proto_msgTypes[0] 49 if protoimpl.UnsafeEnabled && x != nil { 50 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 51 if ms.LoadMessageInfo() == nil { 52 ms.StoreMessageInfo(mi) 53 } 54 return ms 55 } 56 return mi.MessageOf(x) 57 } 58 59 // Deprecated: Use BuildInfo.ProtoReflect.Descriptor instead. 60 func (*BuildInfo) Descriptor() ([]byte, []int) { 61 return file_buildinfo_proto_rawDescGZIP(), []int{0} 62 } 63 64 func (x *BuildInfo) GetTarget() *Targets { 65 if x != nil { 66 return x.Target 67 } 68 return nil 69 } 70 71 func (x *BuildInfo) GetMeta() *Meta { 72 if x != nil { 73 return x.Meta 74 } 75 return nil 76 } 77 78 type Meta struct { 79 state protoimpl.MessageState 80 sizeCache protoimpl.SizeCache 81 unknownFields protoimpl.UnknownFields 82 83 Task string `protobuf:"bytes,1,opt,name=Task,proto3" json:"Task,omitempty"` 84 InputHash string `protobuf:"bytes,2,opt,name=InputHash,proto3" json:"InputHash,omitempty"` 85 } 86 87 func (x *Meta) Reset() { 88 *x = Meta{} 89 if protoimpl.UnsafeEnabled { 90 mi := &file_buildinfo_proto_msgTypes[1] 91 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 92 ms.StoreMessageInfo(mi) 93 } 94 } 95 96 func (x *Meta) String() string { 97 return protoimpl.X.MessageStringOf(x) 98 } 99 100 func (*Meta) ProtoMessage() {} 101 102 func (x *Meta) ProtoReflect() protoreflect.Message { 103 mi := &file_buildinfo_proto_msgTypes[1] 104 if protoimpl.UnsafeEnabled && x != nil { 105 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 106 if ms.LoadMessageInfo() == nil { 107 ms.StoreMessageInfo(mi) 108 } 109 return ms 110 } 111 return mi.MessageOf(x) 112 } 113 114 // Deprecated: Use Meta.ProtoReflect.Descriptor instead. 115 func (*Meta) Descriptor() ([]byte, []int) { 116 return file_buildinfo_proto_rawDescGZIP(), []int{1} 117 } 118 119 func (x *Meta) GetTask() string { 120 if x != nil { 121 return x.Task 122 } 123 return "" 124 } 125 126 func (x *Meta) GetInputHash() string { 127 if x != nil { 128 return x.InputHash 129 } 130 return "" 131 } 132 133 type Targets struct { 134 state protoimpl.MessageState 135 sizeCache protoimpl.SizeCache 136 unknownFields protoimpl.UnknownFields 137 138 Filesystem *BuildInfoFiles `protobuf:"bytes,1,opt,name=Filesystem,proto3" json:"Filesystem,omitempty"` 139 Docker map[string]*BuildInfoDocker `protobuf:"bytes,2,rep,name=Docker,proto3" json:"Docker,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 140 } 141 142 func (x *Targets) Reset() { 143 *x = Targets{} 144 if protoimpl.UnsafeEnabled { 145 mi := &file_buildinfo_proto_msgTypes[2] 146 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 147 ms.StoreMessageInfo(mi) 148 } 149 } 150 151 func (x *Targets) String() string { 152 return protoimpl.X.MessageStringOf(x) 153 } 154 155 func (*Targets) ProtoMessage() {} 156 157 func (x *Targets) ProtoReflect() protoreflect.Message { 158 mi := &file_buildinfo_proto_msgTypes[2] 159 if protoimpl.UnsafeEnabled && x != nil { 160 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 161 if ms.LoadMessageInfo() == nil { 162 ms.StoreMessageInfo(mi) 163 } 164 return ms 165 } 166 return mi.MessageOf(x) 167 } 168 169 // Deprecated: Use Targets.ProtoReflect.Descriptor instead. 170 func (*Targets) Descriptor() ([]byte, []int) { 171 return file_buildinfo_proto_rawDescGZIP(), []int{2} 172 } 173 174 func (x *Targets) GetFilesystem() *BuildInfoFiles { 175 if x != nil { 176 return x.Filesystem 177 } 178 return nil 179 } 180 181 func (x *Targets) GetDocker() map[string]*BuildInfoDocker { 182 if x != nil { 183 return x.Docker 184 } 185 return nil 186 } 187 188 type BuildInfoFiles struct { 189 state protoimpl.MessageState 190 sizeCache protoimpl.SizeCache 191 unknownFields protoimpl.UnknownFields 192 193 Hash string `protobuf:"bytes,1,opt,name=Hash,proto3" json:"Hash,omitempty"` 194 Targets map[string]*BuildInfoFile `protobuf:"bytes,2,rep,name=targets,proto3" json:"targets,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` 195 } 196 197 func (x *BuildInfoFiles) Reset() { 198 *x = BuildInfoFiles{} 199 if protoimpl.UnsafeEnabled { 200 mi := &file_buildinfo_proto_msgTypes[3] 201 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 202 ms.StoreMessageInfo(mi) 203 } 204 } 205 206 func (x *BuildInfoFiles) String() string { 207 return protoimpl.X.MessageStringOf(x) 208 } 209 210 func (*BuildInfoFiles) ProtoMessage() {} 211 212 func (x *BuildInfoFiles) ProtoReflect() protoreflect.Message { 213 mi := &file_buildinfo_proto_msgTypes[3] 214 if protoimpl.UnsafeEnabled && x != nil { 215 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 216 if ms.LoadMessageInfo() == nil { 217 ms.StoreMessageInfo(mi) 218 } 219 return ms 220 } 221 return mi.MessageOf(x) 222 } 223 224 // Deprecated: Use BuildInfoFiles.ProtoReflect.Descriptor instead. 225 func (*BuildInfoFiles) Descriptor() ([]byte, []int) { 226 return file_buildinfo_proto_rawDescGZIP(), []int{3} 227 } 228 229 func (x *BuildInfoFiles) GetHash() string { 230 if x != nil { 231 return x.Hash 232 } 233 return "" 234 } 235 236 func (x *BuildInfoFiles) GetTargets() map[string]*BuildInfoFile { 237 if x != nil { 238 return x.Targets 239 } 240 return nil 241 } 242 243 type BuildInfoFile struct { 244 state protoimpl.MessageState 245 sizeCache protoimpl.SizeCache 246 unknownFields protoimpl.UnknownFields 247 248 Size int64 `protobuf:"varint,1,opt,name=Size,proto3" json:"Size,omitempty"` 249 Hash string `protobuf:"bytes,2,opt,name=Hash,proto3" json:"Hash,omitempty"` 250 } 251 252 func (x *BuildInfoFile) Reset() { 253 *x = BuildInfoFile{} 254 if protoimpl.UnsafeEnabled { 255 mi := &file_buildinfo_proto_msgTypes[4] 256 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 257 ms.StoreMessageInfo(mi) 258 } 259 } 260 261 func (x *BuildInfoFile) String() string { 262 return protoimpl.X.MessageStringOf(x) 263 } 264 265 func (*BuildInfoFile) ProtoMessage() {} 266 267 func (x *BuildInfoFile) ProtoReflect() protoreflect.Message { 268 mi := &file_buildinfo_proto_msgTypes[4] 269 if protoimpl.UnsafeEnabled && x != nil { 270 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 271 if ms.LoadMessageInfo() == nil { 272 ms.StoreMessageInfo(mi) 273 } 274 return ms 275 } 276 return mi.MessageOf(x) 277 } 278 279 // Deprecated: Use BuildInfoFile.ProtoReflect.Descriptor instead. 280 func (*BuildInfoFile) Descriptor() ([]byte, []int) { 281 return file_buildinfo_proto_rawDescGZIP(), []int{4} 282 } 283 284 func (x *BuildInfoFile) GetSize() int64 { 285 if x != nil { 286 return x.Size 287 } 288 return 0 289 } 290 291 func (x *BuildInfoFile) GetHash() string { 292 if x != nil { 293 return x.Hash 294 } 295 return "" 296 } 297 298 type BuildInfoDocker struct { 299 state protoimpl.MessageState 300 sizeCache protoimpl.SizeCache 301 unknownFields protoimpl.UnknownFields 302 303 Hash string `protobuf:"bytes,1,opt,name=Hash,proto3" json:"Hash,omitempty"` 304 } 305 306 func (x *BuildInfoDocker) Reset() { 307 *x = BuildInfoDocker{} 308 if protoimpl.UnsafeEnabled { 309 mi := &file_buildinfo_proto_msgTypes[5] 310 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 311 ms.StoreMessageInfo(mi) 312 } 313 } 314 315 func (x *BuildInfoDocker) String() string { 316 return protoimpl.X.MessageStringOf(x) 317 } 318 319 func (*BuildInfoDocker) ProtoMessage() {} 320 321 func (x *BuildInfoDocker) ProtoReflect() protoreflect.Message { 322 mi := &file_buildinfo_proto_msgTypes[5] 323 if protoimpl.UnsafeEnabled && x != nil { 324 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 325 if ms.LoadMessageInfo() == nil { 326 ms.StoreMessageInfo(mi) 327 } 328 return ms 329 } 330 return mi.MessageOf(x) 331 } 332 333 // Deprecated: Use BuildInfoDocker.ProtoReflect.Descriptor instead. 334 func (*BuildInfoDocker) Descriptor() ([]byte, []int) { 335 return file_buildinfo_proto_rawDescGZIP(), []int{5} 336 } 337 338 func (x *BuildInfoDocker) GetHash() string { 339 if x != nil { 340 return x.Hash 341 } 342 return "" 343 } 344 345 var File_buildinfo_proto protoreflect.FileDescriptor 346 347 var file_buildinfo_proto_rawDesc = []byte{ 348 0x0a, 0x0f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 349 0x6f, 0x12, 0x03, 0x62, 0x6f, 0x62, 0x22, 0x50, 0x0a, 0x09, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x49, 350 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x0a, 0x06, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x01, 0x20, 351 0x01, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x62, 0x6f, 0x62, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 352 0x73, 0x52, 0x06, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x1d, 0x0a, 0x04, 0x4d, 0x65, 0x74, 353 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x62, 0x6f, 0x62, 0x2e, 0x4d, 0x65, 354 0x74, 0x61, 0x52, 0x04, 0x4d, 0x65, 0x74, 0x61, 0x22, 0x38, 0x0a, 0x04, 0x4d, 0x65, 0x74, 0x61, 355 0x12, 0x12, 0x0a, 0x04, 0x54, 0x61, 0x73, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 356 0x54, 0x61, 0x73, 0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x48, 0x61, 0x73, 357 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x49, 0x6e, 0x70, 0x75, 0x74, 0x48, 0x61, 358 0x73, 0x68, 0x22, 0xc1, 0x01, 0x0a, 0x07, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x12, 0x33, 359 0x0a, 0x0a, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01, 360 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x62, 0x6f, 0x62, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 361 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x52, 0x0a, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 362 0x74, 0x65, 0x6d, 0x12, 0x30, 0x0a, 0x06, 0x44, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x18, 0x02, 0x20, 363 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x62, 0x6f, 0x62, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 364 0x73, 0x2e, 0x44, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x44, 365 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x1a, 0x4f, 0x0a, 0x0b, 0x44, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x45, 366 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 367 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x2a, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 368 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x62, 0x6f, 0x62, 0x2e, 0x42, 0x75, 0x69, 0x6c, 369 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x44, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x52, 0x05, 0x76, 0x61, 0x6c, 370 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xb0, 0x01, 0x0a, 0x0e, 0x42, 0x75, 0x69, 0x6c, 0x64, 371 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x48, 0x61, 0x73, 372 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x48, 0x61, 0x73, 0x68, 0x12, 0x3a, 0x0a, 373 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 374 0x2e, 0x62, 0x6f, 0x62, 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 375 0x6c, 0x65, 0x73, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 376 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x1a, 0x4e, 0x0a, 0x0c, 0x54, 0x61, 0x72, 377 0x67, 0x65, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 378 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x28, 0x0a, 0x05, 0x76, 379 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x6f, 0x62, 380 0x2e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x05, 381 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x37, 0x0a, 0x0d, 0x42, 0x75, 0x69, 382 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x53, 0x69, 383 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12, 384 0x0a, 0x04, 0x48, 0x61, 0x73, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x48, 0x61, 385 0x73, 0x68, 0x22, 0x25, 0x0a, 0x0f, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x44, 386 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x48, 0x61, 0x73, 0x68, 0x18, 0x01, 0x20, 387 0x01, 0x28, 0x09, 0x52, 0x04, 0x48, 0x61, 0x73, 0x68, 0x42, 0x1a, 0x5a, 0x18, 0x62, 0x6f, 0x62, 388 0x74, 0x61, 0x73, 0x6b, 0x2f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x69, 0x6e, 0x66, 0x6f, 0x2f, 0x70, 389 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 390 } 391 392 var ( 393 file_buildinfo_proto_rawDescOnce sync.Once 394 file_buildinfo_proto_rawDescData = file_buildinfo_proto_rawDesc 395 ) 396 397 func file_buildinfo_proto_rawDescGZIP() []byte { 398 file_buildinfo_proto_rawDescOnce.Do(func() { 399 file_buildinfo_proto_rawDescData = protoimpl.X.CompressGZIP(file_buildinfo_proto_rawDescData) 400 }) 401 return file_buildinfo_proto_rawDescData 402 } 403 404 var file_buildinfo_proto_msgTypes = make([]protoimpl.MessageInfo, 8) 405 var file_buildinfo_proto_goTypes = []interface{}{ 406 (*BuildInfo)(nil), // 0: bob.BuildInfo 407 (*Meta)(nil), // 1: bob.Meta 408 (*Targets)(nil), // 2: bob.Targets 409 (*BuildInfoFiles)(nil), // 3: bob.BuildInfoFiles 410 (*BuildInfoFile)(nil), // 4: bob.BuildInfoFile 411 (*BuildInfoDocker)(nil), // 5: bob.BuildInfoDocker 412 nil, // 6: bob.Targets.DockerEntry 413 nil, // 7: bob.BuildInfoFiles.TargetsEntry 414 } 415 var file_buildinfo_proto_depIdxs = []int32{ 416 2, // 0: bob.BuildInfo.Target:type_name -> bob.Targets 417 1, // 1: bob.BuildInfo.Meta:type_name -> bob.Meta 418 3, // 2: bob.Targets.Filesystem:type_name -> bob.BuildInfoFiles 419 6, // 3: bob.Targets.Docker:type_name -> bob.Targets.DockerEntry 420 7, // 4: bob.BuildInfoFiles.targets:type_name -> bob.BuildInfoFiles.TargetsEntry 421 5, // 5: bob.Targets.DockerEntry.value:type_name -> bob.BuildInfoDocker 422 4, // 6: bob.BuildInfoFiles.TargetsEntry.value:type_name -> bob.BuildInfoFile 423 7, // [7:7] is the sub-list for method output_type 424 7, // [7:7] is the sub-list for method input_type 425 7, // [7:7] is the sub-list for extension type_name 426 7, // [7:7] is the sub-list for extension extendee 427 0, // [0:7] is the sub-list for field type_name 428 } 429 430 func init() { file_buildinfo_proto_init() } 431 func file_buildinfo_proto_init() { 432 if File_buildinfo_proto != nil { 433 return 434 } 435 if !protoimpl.UnsafeEnabled { 436 file_buildinfo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 437 switch v := v.(*BuildInfo); i { 438 case 0: 439 return &v.state 440 case 1: 441 return &v.sizeCache 442 case 2: 443 return &v.unknownFields 444 default: 445 return nil 446 } 447 } 448 file_buildinfo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { 449 switch v := v.(*Meta); i { 450 case 0: 451 return &v.state 452 case 1: 453 return &v.sizeCache 454 case 2: 455 return &v.unknownFields 456 default: 457 return nil 458 } 459 } 460 file_buildinfo_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { 461 switch v := v.(*Targets); i { 462 case 0: 463 return &v.state 464 case 1: 465 return &v.sizeCache 466 case 2: 467 return &v.unknownFields 468 default: 469 return nil 470 } 471 } 472 file_buildinfo_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { 473 switch v := v.(*BuildInfoFiles); i { 474 case 0: 475 return &v.state 476 case 1: 477 return &v.sizeCache 478 case 2: 479 return &v.unknownFields 480 default: 481 return nil 482 } 483 } 484 file_buildinfo_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { 485 switch v := v.(*BuildInfoFile); i { 486 case 0: 487 return &v.state 488 case 1: 489 return &v.sizeCache 490 case 2: 491 return &v.unknownFields 492 default: 493 return nil 494 } 495 } 496 file_buildinfo_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { 497 switch v := v.(*BuildInfoDocker); i { 498 case 0: 499 return &v.state 500 case 1: 501 return &v.sizeCache 502 case 2: 503 return &v.unknownFields 504 default: 505 return nil 506 } 507 } 508 } 509 type x struct{} 510 out := protoimpl.TypeBuilder{ 511 File: protoimpl.DescBuilder{ 512 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 513 RawDescriptor: file_buildinfo_proto_rawDesc, 514 NumEnums: 0, 515 NumMessages: 8, 516 NumExtensions: 0, 517 NumServices: 0, 518 }, 519 GoTypes: file_buildinfo_proto_goTypes, 520 DependencyIndexes: file_buildinfo_proto_depIdxs, 521 MessageInfos: file_buildinfo_proto_msgTypes, 522 }.Build() 523 File_buildinfo_proto = out.File 524 file_buildinfo_proto_rawDesc = nil 525 file_buildinfo_proto_goTypes = nil 526 file_buildinfo_proto_depIdxs = nil 527 }