mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
deps: tidy all modules
This commit is contained in:
parent
0961bdc975
commit
8088cbdd17
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: bootstrapper/initproto/init.proto
|
||||
|
||||
@ -16,6 +16,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -457,7 +458,7 @@ func (x *KubernetesComponent) GetExtract() bool {
|
||||
|
||||
var File_bootstrapper_initproto_init_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_bootstrapper_initproto_init_proto_rawDesc = []byte{
|
||||
var file_bootstrapper_initproto_init_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x21, 0x62, 0x6f, 0x6f, 0x74, 0x73, 0x74, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x2f, 0x69,
|
||||
0x6e, 0x69, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x12, 0x04, 0x69, 0x6e, 0x69, 0x74, 0x1a, 0x2d, 0x69, 0x6e, 0x74, 0x65, 0x72,
|
||||
@ -533,16 +534,16 @@ var file_bootstrapper_initproto_init_proto_rawDesc = []byte{
|
||||
0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x32, 0x2f,
|
||||
0x62, 0x6f, 0x6f, 0x74, 0x73, 0x74, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x2f, 0x69, 0x6e, 0x69,
|
||||
0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_bootstrapper_initproto_init_proto_rawDescOnce sync.Once
|
||||
file_bootstrapper_initproto_init_proto_rawDescData = file_bootstrapper_initproto_init_proto_rawDesc
|
||||
file_bootstrapper_initproto_init_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_bootstrapper_initproto_init_proto_rawDescGZIP() []byte {
|
||||
file_bootstrapper_initproto_init_proto_rawDescOnce.Do(func() {
|
||||
file_bootstrapper_initproto_init_proto_rawDescData = protoimpl.X.CompressGZIP(file_bootstrapper_initproto_init_proto_rawDescData)
|
||||
file_bootstrapper_initproto_init_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_bootstrapper_initproto_init_proto_rawDesc), len(file_bootstrapper_initproto_init_proto_rawDesc)))
|
||||
})
|
||||
return file_bootstrapper_initproto_init_proto_rawDescData
|
||||
}
|
||||
@ -585,7 +586,7 @@ func file_bootstrapper_initproto_init_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_bootstrapper_initproto_init_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_bootstrapper_initproto_init_proto_rawDesc), len(file_bootstrapper_initproto_init_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 6,
|
||||
NumExtensions: 0,
|
||||
@ -596,7 +597,6 @@ func file_bootstrapper_initproto_init_proto_init() {
|
||||
MessageInfos: file_bootstrapper_initproto_init_proto_msgTypes,
|
||||
}.Build()
|
||||
File_bootstrapper_initproto_init_proto = out.File
|
||||
file_bootstrapper_initproto_init_proto_rawDesc = nil
|
||||
file_bootstrapper_initproto_init_proto_goTypes = nil
|
||||
file_bootstrapper_initproto_init_proto_depIdxs = nil
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: debugd/service/debugd.proto
|
||||
|
||||
@ -15,6 +15,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -815,7 +816,7 @@ func (x *UploadSystemdServiceUnitsResponse) GetStatus() UploadSystemdServiceUnit
|
||||
|
||||
var File_debugd_service_debugd_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_debugd_service_debugd_proto_rawDesc = []byte{
|
||||
var file_debugd_service_debugd_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x1b, 0x64, 0x65, 0x62, 0x75, 0x67, 0x64, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
|
||||
0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x64,
|
||||
0x65, 0x62, 0x75, 0x67, 0x64, 0x22, 0x32, 0x0a, 0x0e, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x66, 0x6f,
|
||||
@ -929,16 +930,16 @@ var file_debugd_service_debugd_proto_rawDesc = []byte{
|
||||
0x65, 0x6c, 0x65, 0x73, 0x73, 0x73, 0x79, 0x73, 0x2f, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x65, 0x6c,
|
||||
0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x32, 0x2f, 0x64, 0x65, 0x62, 0x75, 0x67, 0x64,
|
||||
0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_debugd_service_debugd_proto_rawDescOnce sync.Once
|
||||
file_debugd_service_debugd_proto_rawDescData = file_debugd_service_debugd_proto_rawDesc
|
||||
file_debugd_service_debugd_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_debugd_service_debugd_proto_rawDescGZIP() []byte {
|
||||
file_debugd_service_debugd_proto_rawDescOnce.Do(func() {
|
||||
file_debugd_service_debugd_proto_rawDescData = protoimpl.X.CompressGZIP(file_debugd_service_debugd_proto_rawDescData)
|
||||
file_debugd_service_debugd_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_debugd_service_debugd_proto_rawDesc), len(file_debugd_service_debugd_proto_rawDesc)))
|
||||
})
|
||||
return file_debugd_service_debugd_proto_rawDescData
|
||||
}
|
||||
@ -1003,7 +1004,7 @@ func file_debugd_service_debugd_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_debugd_service_debugd_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_debugd_service_debugd_proto_rawDesc), len(file_debugd_service_debugd_proto_rawDesc)),
|
||||
NumEnums: 3,
|
||||
NumMessages: 13,
|
||||
NumExtensions: 0,
|
||||
@ -1015,7 +1016,6 @@ func file_debugd_service_debugd_proto_init() {
|
||||
MessageInfos: file_debugd_service_debugd_proto_msgTypes,
|
||||
}.Build()
|
||||
File_debugd_service_debugd_proto = out.File
|
||||
file_debugd_service_debugd_proto_rawDesc = nil
|
||||
file_debugd_service_debugd_proto_goTypes = nil
|
||||
file_debugd_service_debugd_proto_depIdxs = nil
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: disk-mapper/recoverproto/recover.proto
|
||||
|
||||
@ -15,6 +15,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -114,7 +115,7 @@ func (*RecoverResponse) Descriptor() ([]byte, []int) {
|
||||
|
||||
var File_disk_mapper_recoverproto_recover_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_disk_mapper_recoverproto_recover_proto_rawDesc = []byte{
|
||||
var file_disk_mapper_recoverproto_recover_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x26, 0x64, 0x69, 0x73, 0x6b, 0x2d, 0x6d, 0x61, 0x70, 0x70, 0x65, 0x72, 0x2f, 0x72, 0x65,
|
||||
0x63, 0x6f, 0x76, 0x65, 0x72, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x72, 0x65, 0x63, 0x6f, 0x76,
|
||||
0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x72, 0x65, 0x63, 0x6f, 0x76, 0x65,
|
||||
@ -135,16 +136,16 @@ var file_disk_mapper_recoverproto_recover_proto_rawDesc = []byte{
|
||||
0x32, 0x2f, 0x64, 0x69, 0x73, 0x6b, 0x2d, 0x6d, 0x61, 0x70, 0x70, 0x65, 0x72, 0x2f, 0x72, 0x65,
|
||||
0x63, 0x6f, 0x76, 0x65, 0x72, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_disk_mapper_recoverproto_recover_proto_rawDescOnce sync.Once
|
||||
file_disk_mapper_recoverproto_recover_proto_rawDescData = file_disk_mapper_recoverproto_recover_proto_rawDesc
|
||||
file_disk_mapper_recoverproto_recover_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_disk_mapper_recoverproto_recover_proto_rawDescGZIP() []byte {
|
||||
file_disk_mapper_recoverproto_recover_proto_rawDescOnce.Do(func() {
|
||||
file_disk_mapper_recoverproto_recover_proto_rawDescData = protoimpl.X.CompressGZIP(file_disk_mapper_recoverproto_recover_proto_rawDescData)
|
||||
file_disk_mapper_recoverproto_recover_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_disk_mapper_recoverproto_recover_proto_rawDesc), len(file_disk_mapper_recoverproto_recover_proto_rawDesc)))
|
||||
})
|
||||
return file_disk_mapper_recoverproto_recover_proto_rawDescData
|
||||
}
|
||||
@ -173,7 +174,7 @@ func file_disk_mapper_recoverproto_recover_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_disk_mapper_recoverproto_recover_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_disk_mapper_recoverproto_recover_proto_rawDesc), len(file_disk_mapper_recoverproto_recover_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@ -184,7 +185,6 @@ func file_disk_mapper_recoverproto_recover_proto_init() {
|
||||
MessageInfos: file_disk_mapper_recoverproto_recover_proto_msgTypes,
|
||||
}.Build()
|
||||
File_disk_mapper_recoverproto_recover_proto = out.File
|
||||
file_disk_mapper_recoverproto_recover_proto_rawDesc = nil
|
||||
file_disk_mapper_recoverproto_recover_proto_goTypes = nil
|
||||
file_disk_mapper_recoverproto_recover_proto_depIdxs = nil
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: internal/versions/components/components.proto
|
||||
|
||||
@ -11,6 +11,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -90,7 +91,7 @@ func (x *Component) GetExtract() bool {
|
||||
|
||||
var File_internal_versions_components_components_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_internal_versions_components_components_proto_rawDesc = []byte{
|
||||
var file_internal_versions_components_components_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x2d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69,
|
||||
0x6f, 0x6e, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2f, 0x63,
|
||||
0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
||||
@ -107,16 +108,16 @@ var file_internal_versions_components_components_proto_rawDesc = []byte{
|
||||
0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x32, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f,
|
||||
0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65,
|
||||
0x6e, 0x74, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_internal_versions_components_components_proto_rawDescOnce sync.Once
|
||||
file_internal_versions_components_components_proto_rawDescData = file_internal_versions_components_components_proto_rawDesc
|
||||
file_internal_versions_components_components_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_internal_versions_components_components_proto_rawDescGZIP() []byte {
|
||||
file_internal_versions_components_components_proto_rawDescOnce.Do(func() {
|
||||
file_internal_versions_components_components_proto_rawDescData = protoimpl.X.CompressGZIP(file_internal_versions_components_components_proto_rawDescData)
|
||||
file_internal_versions_components_components_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_internal_versions_components_components_proto_rawDesc), len(file_internal_versions_components_components_proto_rawDesc)))
|
||||
})
|
||||
return file_internal_versions_components_components_proto_rawDescData
|
||||
}
|
||||
@ -142,7 +143,7 @@ func file_internal_versions_components_components_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_internal_versions_components_components_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_internal_versions_components_components_proto_rawDesc), len(file_internal_versions_components_components_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 1,
|
||||
NumExtensions: 0,
|
||||
@ -153,7 +154,6 @@ func file_internal_versions_components_components_proto_init() {
|
||||
MessageInfos: file_internal_versions_components_components_proto_msgTypes,
|
||||
}.Build()
|
||||
File_internal_versions_components_components_proto = out.File
|
||||
file_internal_versions_components_components_proto_rawDesc = nil
|
||||
file_internal_versions_components_components_proto_goTypes = nil
|
||||
file_internal_versions_components_components_proto_depIdxs = nil
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: joinservice/joinproto/join.proto
|
||||
|
||||
@ -16,6 +16,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -351,7 +352,7 @@ func (x *IssueRejoinTicketResponse) GetMeasurementSecret() []byte {
|
||||
|
||||
var File_joinservice_joinproto_join_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_joinservice_joinproto_join_proto_rawDesc = []byte{
|
||||
var file_joinservice_joinproto_join_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x20, 0x6a, 0x6f, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x6a, 0x6f,
|
||||
0x69, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6a, 0x6f, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x12, 0x04, 0x6a, 0x6f, 0x69, 0x6e, 0x1a, 0x2d, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e,
|
||||
@ -431,16 +432,16 @@ var file_joinservice_joinproto_join_proto_rawDesc = []byte{
|
||||
0x6e, 0x2f, 0x76, 0x32, 0x2f, 0x6a, 0x6f, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
|
||||
0x2f, 0x6a, 0x6f, 0x69, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_joinservice_joinproto_join_proto_rawDescOnce sync.Once
|
||||
file_joinservice_joinproto_join_proto_rawDescData = file_joinservice_joinproto_join_proto_rawDesc
|
||||
file_joinservice_joinproto_join_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_joinservice_joinproto_join_proto_rawDescGZIP() []byte {
|
||||
file_joinservice_joinproto_join_proto_rawDescOnce.Do(func() {
|
||||
file_joinservice_joinproto_join_proto_rawDescData = protoimpl.X.CompressGZIP(file_joinservice_joinproto_join_proto_rawDescData)
|
||||
file_joinservice_joinproto_join_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_joinservice_joinproto_join_proto_rawDesc), len(file_joinservice_joinproto_join_proto_rawDesc)))
|
||||
})
|
||||
return file_joinservice_joinproto_join_proto_rawDescData
|
||||
}
|
||||
@ -477,7 +478,7 @@ func file_joinservice_joinproto_join_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_joinservice_joinproto_join_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_joinservice_joinproto_join_proto_rawDesc), len(file_joinservice_joinproto_join_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 5,
|
||||
NumExtensions: 0,
|
||||
@ -488,7 +489,6 @@ func file_joinservice_joinproto_join_proto_init() {
|
||||
MessageInfos: file_joinservice_joinproto_join_proto_msgTypes,
|
||||
}.Build()
|
||||
File_joinservice_joinproto_join_proto = out.File
|
||||
file_joinservice_joinproto_join_proto_rawDesc = nil
|
||||
file_joinservice_joinproto_join_proto_goTypes = nil
|
||||
file_joinservice_joinproto_join_proto_depIdxs = nil
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: keyservice/keyserviceproto/keyservice.proto
|
||||
|
||||
@ -15,6 +15,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -122,7 +123,7 @@ func (x *GetDataKeyResponse) GetDataKey() []byte {
|
||||
|
||||
var File_keyservice_keyserviceproto_keyservice_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_keyservice_keyserviceproto_keyservice_proto_rawDesc = []byte{
|
||||
var file_keyservice_keyserviceproto_keyservice_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x2b, 0x6b, 0x65, 0x79, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x6b, 0x65, 0x79,
|
||||
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6b, 0x65, 0x79,
|
||||
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x6b,
|
||||
@ -144,16 +145,16 @@ var file_keyservice_keyserviceproto_keyservice_proto_rawDesc = []byte{
|
||||
0x32, 0x2f, 0x6b, 0x65, 0x79, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x6b, 0x65, 0x79,
|
||||
0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_keyservice_keyserviceproto_keyservice_proto_rawDescOnce sync.Once
|
||||
file_keyservice_keyserviceproto_keyservice_proto_rawDescData = file_keyservice_keyserviceproto_keyservice_proto_rawDesc
|
||||
file_keyservice_keyserviceproto_keyservice_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_keyservice_keyserviceproto_keyservice_proto_rawDescGZIP() []byte {
|
||||
file_keyservice_keyserviceproto_keyservice_proto_rawDescOnce.Do(func() {
|
||||
file_keyservice_keyserviceproto_keyservice_proto_rawDescData = protoimpl.X.CompressGZIP(file_keyservice_keyserviceproto_keyservice_proto_rawDescData)
|
||||
file_keyservice_keyserviceproto_keyservice_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_keyservice_keyserviceproto_keyservice_proto_rawDesc), len(file_keyservice_keyserviceproto_keyservice_proto_rawDesc)))
|
||||
})
|
||||
return file_keyservice_keyserviceproto_keyservice_proto_rawDescData
|
||||
}
|
||||
@ -182,7 +183,7 @@ func file_keyservice_keyserviceproto_keyservice_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_keyservice_keyserviceproto_keyservice_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_keyservice_keyserviceproto_keyservice_proto_rawDesc), len(file_keyservice_keyserviceproto_keyservice_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@ -193,7 +194,6 @@ func file_keyservice_keyserviceproto_keyservice_proto_init() {
|
||||
MessageInfos: file_keyservice_keyserviceproto_keyservice_proto_msgTypes,
|
||||
}.Build()
|
||||
File_keyservice_keyserviceproto_keyservice_proto = out.File
|
||||
file_keyservice_keyserviceproto_keyservice_proto_rawDesc = nil
|
||||
file_keyservice_keyserviceproto_keyservice_proto_goTypes = nil
|
||||
file_keyservice_keyserviceproto_keyservice_proto_depIdxs = nil
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: upgrade-agent/upgradeproto/upgrade.proto
|
||||
|
||||
@ -16,6 +16,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -115,7 +116,7 @@ func (*ExecuteUpdateResponse) Descriptor() ([]byte, []int) {
|
||||
|
||||
var File_upgrade_agent_upgradeproto_upgrade_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc = []byte{
|
||||
var file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x28, 0x75, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x2d, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2f,
|
||||
0x75, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x75, 0x70, 0x67,
|
||||
0x72, 0x61, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x75, 0x70, 0x67, 0x72,
|
||||
@ -147,16 +148,16 @@ var file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc = []byte{
|
||||
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x32, 0x2f, 0x75, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65,
|
||||
0x2d, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2f, 0x75, 0x70, 0x67, 0x72, 0x61, 0x64, 0x65, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_rawDescOnce sync.Once
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_rawDescData = file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_upgrade_agent_upgradeproto_upgrade_proto_rawDescGZIP() []byte {
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_rawDescOnce.Do(func() {
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_rawDescData = protoimpl.X.CompressGZIP(file_upgrade_agent_upgradeproto_upgrade_proto_rawDescData)
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc), len(file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc)))
|
||||
})
|
||||
return file_upgrade_agent_upgradeproto_upgrade_proto_rawDescData
|
||||
}
|
||||
@ -187,7 +188,7 @@ func file_upgrade_agent_upgradeproto_upgrade_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc), len(file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@ -198,7 +199,6 @@ func file_upgrade_agent_upgradeproto_upgrade_proto_init() {
|
||||
MessageInfos: file_upgrade_agent_upgradeproto_upgrade_proto_msgTypes,
|
||||
}.Build()
|
||||
File_upgrade_agent_upgradeproto_upgrade_proto = out.File
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_rawDesc = nil
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_goTypes = nil
|
||||
file_upgrade_agent_upgradeproto_upgrade_proto_depIdxs = nil
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.4
|
||||
// protoc v5.29.1
|
||||
// source: verify/verifyproto/verify.proto
|
||||
|
||||
@ -15,6 +15,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -114,7 +115,7 @@ func (x *GetAttestationResponse) GetAttestation() []byte {
|
||||
|
||||
var File_verify_verifyproto_verify_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_verify_verifyproto_verify_proto_rawDesc = []byte{
|
||||
var file_verify_verifyproto_verify_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x1f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x70,
|
||||
0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x12, 0x06, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x22, 0x2d, 0x0a, 0x15, 0x47, 0x65, 0x74,
|
||||
@ -135,16 +136,16 @@ var file_verify_verifyproto_verify_proto_rawDesc = []byte{
|
||||
0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x76, 0x32, 0x2f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x79, 0x2f, 0x76,
|
||||
0x65, 0x72, 0x69, 0x66, 0x79, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_verify_verifyproto_verify_proto_rawDescOnce sync.Once
|
||||
file_verify_verifyproto_verify_proto_rawDescData = file_verify_verifyproto_verify_proto_rawDesc
|
||||
file_verify_verifyproto_verify_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_verify_verifyproto_verify_proto_rawDescGZIP() []byte {
|
||||
file_verify_verifyproto_verify_proto_rawDescOnce.Do(func() {
|
||||
file_verify_verifyproto_verify_proto_rawDescData = protoimpl.X.CompressGZIP(file_verify_verifyproto_verify_proto_rawDescData)
|
||||
file_verify_verifyproto_verify_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_verify_verifyproto_verify_proto_rawDesc), len(file_verify_verifyproto_verify_proto_rawDesc)))
|
||||
})
|
||||
return file_verify_verifyproto_verify_proto_rawDescData
|
||||
}
|
||||
@ -173,7 +174,7 @@ func file_verify_verifyproto_verify_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_verify_verifyproto_verify_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_verify_verifyproto_verify_proto_rawDesc), len(file_verify_verifyproto_verify_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@ -184,7 +185,6 @@ func file_verify_verifyproto_verify_proto_init() {
|
||||
MessageInfos: file_verify_verifyproto_verify_proto_msgTypes,
|
||||
}.Build()
|
||||
File_verify_verifyproto_verify_proto = out.File
|
||||
file_verify_verifyproto_verify_proto_rawDesc = nil
|
||||
file_verify_verifyproto_verify_proto_goTypes = nil
|
||||
file_verify_verifyproto_verify_proto_depIdxs = nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user