mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-28 17:22:41 +00:00
update vault auth submodules to api/v1.16.0 (#29548)
* update vault auth submodules to api/v1.16.0 * update go.mod * make proto --------- Co-authored-by: davidadeleon <ddeleon@hashicorp.com>
This commit is contained in:
@@ -4,7 +4,7 @@ go 1.21
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require github.com/hashicorp/vault/api v1.15.0
|
||||
require github.com/hashicorp/vault/api v1.16.0
|
||||
|
||||
require (
|
||||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
||||
|
||||
@@ -37,8 +37,8 @@ github.com/hashicorp/go-sockaddr v1.0.2 h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0S
|
||||
github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A=
|
||||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
|
||||
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
|
||||
github.com/hashicorp/vault/api v1.15.0 h1:O24FYQCWwhwKnF7CuSqP30S51rTV7vz1iACXE/pj5DA=
|
||||
github.com/hashicorp/vault/api v1.15.0/go.mod h1:+5YTO09JGn0u+b6ySD/LLVf8WkJCPLAL2Vkmrn2+CM8=
|
||||
github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=
|
||||
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
|
||||
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
|
||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||
|
||||
@@ -9,7 +9,7 @@ require (
|
||||
github.com/hashicorp/go-hclog v1.6.3
|
||||
github.com/hashicorp/go-secure-stdlib/awsutil v0.1.6
|
||||
github.com/hashicorp/go-uuid v1.0.2
|
||||
github.com/hashicorp/vault/api v1.15.0
|
||||
github.com/hashicorp/vault/api v1.16.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
||||
@@ -48,8 +48,8 @@ github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2I
|
||||
github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
|
||||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
|
||||
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
|
||||
github.com/hashicorp/vault/api v1.15.0 h1:O24FYQCWwhwKnF7CuSqP30S51rTV7vz1iACXE/pj5DA=
|
||||
github.com/hashicorp/vault/api v1.15.0/go.mod h1:+5YTO09JGn0u+b6ySD/LLVf8WkJCPLAL2Vkmrn2+CM8=
|
||||
github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=
|
||||
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
|
||||
github.com/jmespath/go-jmespath v0.3.0/go.mod h1:9QtRXoHjLGCJ5IBSaohpXITPlowMeeYCZ7fLUTSywik=
|
||||
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
|
||||
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
|
||||
|
||||
@@ -4,7 +4,7 @@ go 1.21
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require github.com/hashicorp/vault/api v1.15.0
|
||||
require github.com/hashicorp/vault/api v1.16.0
|
||||
|
||||
require (
|
||||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
||||
|
||||
@@ -37,8 +37,8 @@ github.com/hashicorp/go-sockaddr v1.0.2 h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0S
|
||||
github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A=
|
||||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
|
||||
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
|
||||
github.com/hashicorp/vault/api v1.15.0 h1:O24FYQCWwhwKnF7CuSqP30S51rTV7vz1iACXE/pj5DA=
|
||||
github.com/hashicorp/vault/api v1.15.0/go.mod h1:+5YTO09JGn0u+b6ySD/LLVf8WkJCPLAL2Vkmrn2+CM8=
|
||||
github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=
|
||||
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
|
||||
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
|
||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||
|
||||
@@ -7,7 +7,7 @@ toolchain go1.22.2
|
||||
require (
|
||||
cloud.google.com/go/compute/metadata v0.3.0
|
||||
cloud.google.com/go/iam v1.1.8
|
||||
github.com/hashicorp/vault/api v1.15.0
|
||||
github.com/hashicorp/vault/api v1.16.0
|
||||
google.golang.org/genproto v0.0.0-20240604185151-ef581f913117
|
||||
)
|
||||
|
||||
|
||||
@@ -90,8 +90,8 @@ github.com/hashicorp/go-sockaddr v1.0.2 h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0S
|
||||
github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A=
|
||||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
|
||||
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
|
||||
github.com/hashicorp/vault/api v1.15.0 h1:O24FYQCWwhwKnF7CuSqP30S51rTV7vz1iACXE/pj5DA=
|
||||
github.com/hashicorp/vault/api v1.15.0/go.mod h1:+5YTO09JGn0u+b6ySD/LLVf8WkJCPLAL2Vkmrn2+CM8=
|
||||
github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=
|
||||
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
|
||||
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
|
||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||
|
||||
@@ -4,7 +4,7 @@ go 1.21
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require github.com/hashicorp/vault/api v1.15.0
|
||||
require github.com/hashicorp/vault/api v1.16.0
|
||||
|
||||
require (
|
||||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
||||
|
||||
@@ -37,8 +37,8 @@ github.com/hashicorp/go-sockaddr v1.0.2 h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0S
|
||||
github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A=
|
||||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
|
||||
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
|
||||
github.com/hashicorp/vault/api v1.15.0 h1:O24FYQCWwhwKnF7CuSqP30S51rTV7vz1iACXE/pj5DA=
|
||||
github.com/hashicorp/vault/api v1.15.0/go.mod h1:+5YTO09JGn0u+b6ySD/LLVf8WkJCPLAL2Vkmrn2+CM8=
|
||||
github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=
|
||||
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
|
||||
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
|
||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||
|
||||
@@ -4,7 +4,7 @@ go 1.21
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require github.com/hashicorp/vault/api v1.15.0
|
||||
require github.com/hashicorp/vault/api v1.16.0
|
||||
|
||||
require (
|
||||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
||||
|
||||
@@ -37,8 +37,8 @@ github.com/hashicorp/go-sockaddr v1.0.2 h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0S
|
||||
github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A=
|
||||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
|
||||
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
|
||||
github.com/hashicorp/vault/api v1.15.0 h1:O24FYQCWwhwKnF7CuSqP30S51rTV7vz1iACXE/pj5DA=
|
||||
github.com/hashicorp/vault/api v1.15.0/go.mod h1:+5YTO09JGn0u+b6ySD/LLVf8WkJCPLAL2Vkmrn2+CM8=
|
||||
github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=
|
||||
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
|
||||
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
|
||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||
|
||||
@@ -4,7 +4,7 @@ go 1.21
|
||||
|
||||
toolchain go1.22.2
|
||||
|
||||
require github.com/hashicorp/vault/api v1.15.0
|
||||
require github.com/hashicorp/vault/api v1.16.0
|
||||
|
||||
require (
|
||||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
||||
|
||||
@@ -37,8 +37,8 @@ github.com/hashicorp/go-sockaddr v1.0.2 h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0S
|
||||
github.com/hashicorp/go-sockaddr v1.0.2/go.mod h1:rB4wwRAUzs07qva3c5SdrY/NEtAUjGlgmH/UkBUC97A=
|
||||
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
|
||||
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
|
||||
github.com/hashicorp/vault/api v1.15.0 h1:O24FYQCWwhwKnF7CuSqP30S51rTV7vz1iACXE/pj5DA=
|
||||
github.com/hashicorp/vault/api v1.15.0/go.mod h1:+5YTO09JGn0u+b6ySD/LLVf8WkJCPLAL2Vkmrn2+CM8=
|
||||
github.com/hashicorp/vault/api v1.16.0 h1:nbEYGJiAPGzT9U4oWgaaB0g+Rj8E59QuHKyA5LhwQN4=
|
||||
github.com/hashicorp/vault/api v1.16.0/go.mod h1:KhuUhzOD8lDSk29AtzNjgAu2kxRA9jL9NAbkFlqvkBA=
|
||||
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
|
||||
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
|
||||
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: builtin/logical/pki/metadata.proto
|
||||
|
||||
@@ -15,6 +15,7 @@ import (
|
||||
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -94,7 +95,7 @@ func (x *CertificateMetadata) GetClientMetadata() []byte {
|
||||
|
||||
var File_builtin_logical_pki_metadata_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_builtin_logical_pki_metadata_proto_rawDesc = []byte{
|
||||
var file_builtin_logical_pki_metadata_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x22, 0x62, 0x75, 0x69, 0x6c, 0x74, 0x69, 0x6e, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61,
|
||||
0x6c, 0x2f, 0x70, 0x6b, 0x69, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x70,
|
||||
0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x70, 0x6b, 0x69, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
||||
@@ -116,16 +117,16 @@ var file_builtin_logical_pki_metadata_proto_rawDesc = []byte{
|
||||
0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f,
|
||||
0x62, 0x75, 0x69, 0x6c, 0x74, 0x69, 0x6e, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x2f,
|
||||
0x70, 0x6b, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_builtin_logical_pki_metadata_proto_rawDescOnce sync.Once
|
||||
file_builtin_logical_pki_metadata_proto_rawDescData = file_builtin_logical_pki_metadata_proto_rawDesc
|
||||
file_builtin_logical_pki_metadata_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_builtin_logical_pki_metadata_proto_rawDescGZIP() []byte {
|
||||
file_builtin_logical_pki_metadata_proto_rawDescOnce.Do(func() {
|
||||
file_builtin_logical_pki_metadata_proto_rawDescData = protoimpl.X.CompressGZIP(file_builtin_logical_pki_metadata_proto_rawDescData)
|
||||
file_builtin_logical_pki_metadata_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_builtin_logical_pki_metadata_proto_rawDesc), len(file_builtin_logical_pki_metadata_proto_rawDesc)))
|
||||
})
|
||||
return file_builtin_logical_pki_metadata_proto_rawDescData
|
||||
}
|
||||
@@ -154,7 +155,7 @@ func file_builtin_logical_pki_metadata_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_builtin_logical_pki_metadata_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_builtin_logical_pki_metadata_proto_rawDesc), len(file_builtin_logical_pki_metadata_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 1,
|
||||
NumExtensions: 0,
|
||||
@@ -165,7 +166,6 @@ func file_builtin_logical_pki_metadata_proto_init() {
|
||||
MessageInfos: file_builtin_logical_pki_metadata_proto_msgTypes,
|
||||
}.Build()
|
||||
File_builtin_logical_pki_metadata_proto = out.File
|
||||
file_builtin_logical_pki_metadata_proto_rawDesc = nil
|
||||
file_builtin_logical_pki_metadata_proto_goTypes = nil
|
||||
file_builtin_logical_pki_metadata_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
2
go.mod
2
go.mod
@@ -162,7 +162,7 @@ require (
|
||||
github.com/hashicorp/vault-plugin-secrets-openldap v0.14.4
|
||||
github.com/hashicorp/vault-plugin-secrets-terraform v0.10.0
|
||||
github.com/hashicorp/vault-testing-stepwise v0.3.2
|
||||
github.com/hashicorp/vault/api v1.15.0
|
||||
github.com/hashicorp/vault/api v1.16.0
|
||||
github.com/hashicorp/vault/api/auth/approle v0.1.0
|
||||
github.com/hashicorp/vault/api/auth/userpass v0.1.0
|
||||
github.com/hashicorp/vault/sdk v0.14.1
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: helper/forwarding/types.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -334,7 +335,7 @@ func (x *Response) GetLastRemoteWal() uint64 {
|
||||
|
||||
var File_helper_forwarding_types_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_helper_forwarding_types_proto_rawDesc = []byte{
|
||||
var file_helper_forwarding_types_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x1d, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64,
|
||||
0x69, 0x6e, 0x67, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
||||
0x0a, 0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x22, 0xe4, 0x02, 0x0a, 0x07,
|
||||
@@ -395,16 +396,16 @@ var file_helper_forwarding_types_proto_rawDesc = []byte{
|
||||
0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74,
|
||||
0x2f, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x69,
|
||||
0x6e, 0x67, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_helper_forwarding_types_proto_rawDescOnce sync.Once
|
||||
file_helper_forwarding_types_proto_rawDescData = file_helper_forwarding_types_proto_rawDesc
|
||||
file_helper_forwarding_types_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_helper_forwarding_types_proto_rawDescGZIP() []byte {
|
||||
file_helper_forwarding_types_proto_rawDescOnce.Do(func() {
|
||||
file_helper_forwarding_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_helper_forwarding_types_proto_rawDescData)
|
||||
file_helper_forwarding_types_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_helper_forwarding_types_proto_rawDesc), len(file_helper_forwarding_types_proto_rawDesc)))
|
||||
})
|
||||
return file_helper_forwarding_types_proto_rawDescData
|
||||
}
|
||||
@@ -440,7 +441,7 @@ func file_helper_forwarding_types_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_helper_forwarding_types_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_helper_forwarding_types_proto_rawDesc), len(file_helper_forwarding_types_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 6,
|
||||
NumExtensions: 0,
|
||||
@@ -451,7 +452,6 @@ func file_helper_forwarding_types_proto_init() {
|
||||
MessageInfos: file_helper_forwarding_types_proto_msgTypes,
|
||||
}.Build()
|
||||
File_helper_forwarding_types_proto = out.File
|
||||
file_helper_forwarding_types_proto_rawDesc = nil
|
||||
file_helper_forwarding_types_proto_goTypes = nil
|
||||
file_helper_forwarding_types_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: helper/identity/mfa/types.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -870,7 +871,7 @@ func (x *MFAEnforcementConfig) GetID() string {
|
||||
|
||||
var File_helper_identity_mfa_types_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_helper_identity_mfa_types_proto_rawDesc = []byte{
|
||||
var file_helper_identity_mfa_types_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x1f, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
|
||||
0x79, 0x2f, 0x6d, 0x66, 0x61, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
||||
0x6f, 0x12, 0x03, 0x6d, 0x66, 0x61, 0x22, 0x90, 0x03, 0x0a, 0x06, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
||||
@@ -995,16 +996,16 @@ var file_helper_identity_mfa_types_proto_rawDesc = []byte{
|
||||
0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61,
|
||||
0x75, 0x6c, 0x74, 0x2f, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74,
|
||||
0x69, 0x74, 0x79, 0x2f, 0x6d, 0x66, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_helper_identity_mfa_types_proto_rawDescOnce sync.Once
|
||||
file_helper_identity_mfa_types_proto_rawDescData = file_helper_identity_mfa_types_proto_rawDesc
|
||||
file_helper_identity_mfa_types_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_helper_identity_mfa_types_proto_rawDescGZIP() []byte {
|
||||
file_helper_identity_mfa_types_proto_rawDescOnce.Do(func() {
|
||||
file_helper_identity_mfa_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_helper_identity_mfa_types_proto_rawDescData)
|
||||
file_helper_identity_mfa_types_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_helper_identity_mfa_types_proto_rawDesc), len(file_helper_identity_mfa_types_proto_rawDesc)))
|
||||
})
|
||||
return file_helper_identity_mfa_types_proto_rawDescData
|
||||
}
|
||||
@@ -1051,7 +1052,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_helper_identity_mfa_types_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_helper_identity_mfa_types_proto_rawDesc), len(file_helper_identity_mfa_types_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 8,
|
||||
NumExtensions: 0,
|
||||
@@ -1062,7 +1063,6 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
MessageInfos: file_helper_identity_mfa_types_proto_msgTypes,
|
||||
}.Build()
|
||||
File_helper_identity_mfa_types_proto = out.File
|
||||
file_helper_identity_mfa_types_proto_rawDesc = nil
|
||||
file_helper_identity_mfa_types_proto_goTypes = nil
|
||||
file_helper_identity_mfa_types_proto_depIDxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: helper/identity/types.proto
|
||||
|
||||
@@ -16,6 +16,7 @@ import (
|
||||
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -862,7 +863,7 @@ func (x *PersonaIndexEntry) GetMergedFromEntityIDs() []string {
|
||||
|
||||
var File_helper_identity_types_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_helper_identity_types_proto_rawDesc = []byte{
|
||||
var file_helper_identity_types_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x1b, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
|
||||
0x79, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x69,
|
||||
0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
|
||||
@@ -1073,16 +1074,16 @@ var file_helper_identity_types_proto_rawDesc = []byte{
|
||||
0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x68, 0x65, 0x6c, 0x70,
|
||||
0x65, 0x72, 0x2f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_helper_identity_types_proto_rawDescOnce sync.Once
|
||||
file_helper_identity_types_proto_rawDescData = file_helper_identity_types_proto_rawDesc
|
||||
file_helper_identity_types_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_helper_identity_types_proto_rawDescGZIP() []byte {
|
||||
file_helper_identity_types_proto_rawDescOnce.Do(func() {
|
||||
file_helper_identity_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_helper_identity_types_proto_rawDescData)
|
||||
file_helper_identity_types_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_helper_identity_types_proto_rawDesc), len(file_helper_identity_types_proto_rawDesc)))
|
||||
})
|
||||
return file_helper_identity_types_proto_rawDescData
|
||||
}
|
||||
@@ -1147,7 +1148,7 @@ func file_helper_identity_types_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_helper_identity_types_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_helper_identity_types_proto_rawDesc), len(file_helper_identity_types_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 14,
|
||||
NumExtensions: 0,
|
||||
@@ -1158,7 +1159,6 @@ func file_helper_identity_types_proto_init() {
|
||||
MessageInfos: file_helper_identity_types_proto_msgTypes,
|
||||
}.Build()
|
||||
File_helper_identity_types_proto = out.File
|
||||
file_helper_identity_types_proto_rawDesc = nil
|
||||
file_helper_identity_types_proto_goTypes = nil
|
||||
file_helper_identity_types_proto_depIDxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: helper/storagepacker/types.proto
|
||||
|
||||
@@ -15,6 +15,7 @@ import (
|
||||
anypb "google.golang.org/protobuf/types/known/anypb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -154,7 +155,7 @@ func (x *Bucket) GetItemMap() map[string]*anypb.Any {
|
||||
|
||||
var File_helper_storagepacker_types_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_helper_storagepacker_types_proto_rawDesc = []byte{
|
||||
var file_helper_storagepacker_types_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x20, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65,
|
||||
0x70, 0x61, 0x63, 0x6b, 0x65, 0x72, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f,
|
||||
0x74, 0x6f, 0x12, 0x0d, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x70, 0x61, 0x63, 0x6b, 0x65,
|
||||
@@ -182,16 +183,16 @@ var file_helper_storagepacker_types_proto_rawDesc = []byte{
|
||||
0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x68, 0x65, 0x6c, 0x70,
|
||||
0x65, 0x72, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x70, 0x61, 0x63, 0x6b, 0x65, 0x72,
|
||||
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_helper_storagepacker_types_proto_rawDescOnce sync.Once
|
||||
file_helper_storagepacker_types_proto_rawDescData = file_helper_storagepacker_types_proto_rawDesc
|
||||
file_helper_storagepacker_types_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_helper_storagepacker_types_proto_rawDescGZIP() []byte {
|
||||
file_helper_storagepacker_types_proto_rawDescOnce.Do(func() {
|
||||
file_helper_storagepacker_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_helper_storagepacker_types_proto_rawDescData)
|
||||
file_helper_storagepacker_types_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_helper_storagepacker_types_proto_rawDesc), len(file_helper_storagepacker_types_proto_rawDesc)))
|
||||
})
|
||||
return file_helper_storagepacker_types_proto_rawDescData
|
||||
}
|
||||
@@ -224,7 +225,7 @@ func file_helper_storagepacker_types_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_helper_storagepacker_types_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_helper_storagepacker_types_proto_rawDesc), len(file_helper_storagepacker_types_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 3,
|
||||
NumExtensions: 0,
|
||||
@@ -235,7 +236,6 @@ func file_helper_storagepacker_types_proto_init() {
|
||||
MessageInfos: file_helper_storagepacker_types_proto_msgTypes,
|
||||
}.Build()
|
||||
File_helper_storagepacker_types_proto = out.File
|
||||
file_helper_storagepacker_types_proto_rawDesc = nil
|
||||
file_helper_storagepacker_types_proto_goTypes = nil
|
||||
file_helper_storagepacker_types_proto_depIDxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: physical/raft/types.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -349,7 +350,7 @@ func (x *LocalNodeConfigValue) GetDesiredSuffrage() string {
|
||||
|
||||
var File_physical_raft_types_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_physical_raft_types_proto_rawDesc = []byte{
|
||||
var file_physical_raft_types_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x19, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x2f, 0x72, 0x61, 0x66, 0x74, 0x2f,
|
||||
0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x72, 0x61, 0x66,
|
||||
0x74, 0x22, 0x65, 0x0a, 0x0c, 0x4c, 0x6f, 0x67, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
||||
@@ -384,16 +385,16 @@ var file_physical_raft_types_proto_rawDesc = []byte{
|
||||
0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76,
|
||||
0x61, 0x75, 0x6c, 0x74, 0x2f, 0x70, 0x68, 0x79, 0x73, 0x69, 0x63, 0x61, 0x6c, 0x2f, 0x72, 0x61,
|
||||
0x66, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_physical_raft_types_proto_rawDescOnce sync.Once
|
||||
file_physical_raft_types_proto_rawDescData = file_physical_raft_types_proto_rawDesc
|
||||
file_physical_raft_types_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_physical_raft_types_proto_rawDescGZIP() []byte {
|
||||
file_physical_raft_types_proto_rawDescOnce.Do(func() {
|
||||
file_physical_raft_types_proto_rawDescData = protoimpl.X.CompressGZIP(file_physical_raft_types_proto_rawDescData)
|
||||
file_physical_raft_types_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_physical_raft_types_proto_rawDesc), len(file_physical_raft_types_proto_rawDesc)))
|
||||
})
|
||||
return file_physical_raft_types_proto_rawDescData
|
||||
}
|
||||
@@ -426,7 +427,7 @@ func file_physical_raft_types_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_physical_raft_types_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_physical_raft_types_proto_rawDesc), len(file_physical_raft_types_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 6,
|
||||
NumExtensions: 0,
|
||||
@@ -437,7 +438,6 @@ func file_physical_raft_types_proto_init() {
|
||||
MessageInfos: file_physical_raft_types_proto_msgTypes,
|
||||
}.Build()
|
||||
File_physical_raft_types_proto = out.File
|
||||
file_physical_raft_types_proto_rawDesc = nil
|
||||
file_physical_raft_types_proto_goTypes = nil
|
||||
file_physical_raft_types_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/database/dbplugin/database.proto
|
||||
|
||||
@@ -15,6 +15,7 @@ import (
|
||||
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -951,7 +952,7 @@ func (x *SetCredentialsResponse) GetPassword() string {
|
||||
|
||||
var File_sdk_database_dbplugin_database_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_database_dbplugin_database_proto_rawDesc = []byte{
|
||||
var file_sdk_database_dbplugin_database_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x24, 0x73, 0x64, 0x6b, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x64,
|
||||
0x62, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65,
|
||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x08, 0x64, 0x62, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e,
|
||||
@@ -1115,16 +1116,16 @@ var file_sdk_database_dbplugin_database_proto_rawDesc = []byte{
|
||||
0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x64,
|
||||
0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x64, 0x62, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e,
|
||||
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_database_dbplugin_database_proto_rawDescOnce sync.Once
|
||||
file_sdk_database_dbplugin_database_proto_rawDescData = file_sdk_database_dbplugin_database_proto_rawDesc
|
||||
file_sdk_database_dbplugin_database_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_database_dbplugin_database_proto_rawDescGZIP() []byte {
|
||||
file_sdk_database_dbplugin_database_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_database_dbplugin_database_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_database_dbplugin_database_proto_rawDescData)
|
||||
file_sdk_database_dbplugin_database_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_database_dbplugin_database_proto_rawDesc), len(file_sdk_database_dbplugin_database_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_database_dbplugin_database_proto_rawDescData
|
||||
}
|
||||
@@ -1195,7 +1196,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_database_dbplugin_database_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_database_dbplugin_database_proto_rawDesc), len(file_sdk_database_dbplugin_database_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 17,
|
||||
NumExtensions: 0,
|
||||
@@ -1206,7 +1207,6 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
MessageInfos: file_sdk_database_dbplugin_database_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_database_dbplugin_database_proto = out.File
|
||||
file_sdk_database_dbplugin_database_proto_rawDesc = nil
|
||||
file_sdk_database_dbplugin_database_proto_goTypes = nil
|
||||
file_sdk_database_dbplugin_database_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/database/dbplugin/v5/proto/database.proto
|
||||
|
||||
@@ -16,6 +16,7 @@ import (
|
||||
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -822,7 +823,7 @@ func (*Empty) Descriptor() ([]byte, []int) {
|
||||
|
||||
var File_sdk_database_dbplugin_v5_proto_database_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc = []byte{
|
||||
var file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x2f, 0x64,
|
||||
0x62, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2f, 0x76, 0x35, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
0x2f, 0x64, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
||||
@@ -966,16 +967,16 @@ var file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc = []byte{
|
||||
0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x64, 0x61, 0x74, 0x61, 0x62,
|
||||
0x61, 0x73, 0x65, 0x2f, 0x64, 0x62, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2f, 0x76, 0x35, 0x2f,
|
||||
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_rawDescOnce sync.Once
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_rawDescData = file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_database_dbplugin_v5_proto_database_proto_rawDescGZIP() []byte {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_database_dbplugin_v5_proto_database_proto_rawDescData)
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc), len(file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_database_dbplugin_v5_proto_database_proto_rawDescData
|
||||
}
|
||||
@@ -1043,7 +1044,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc), len(file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 15,
|
||||
NumExtensions: 0,
|
||||
@@ -1054,7 +1055,6 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
MessageInfos: file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_database_dbplugin_v5_proto_database_proto = out.File
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_rawDesc = nil
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_goTypes = nil
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/helper/clientcountutil/generation/generate_data.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -519,7 +520,7 @@ func (x *Client) GetClientType() string {
|
||||
|
||||
var File_sdk_helper_clientcountutil_generation_generate_data_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc = []byte{
|
||||
var file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x39, 0x73, 0x64, 0x6b, 0x2f, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x63, 0x6c, 0x69,
|
||||
0x65, 0x6e, 0x74, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x67, 0x65, 0x6e,
|
||||
0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65,
|
||||
@@ -595,16 +596,16 @@ var file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc = []b
|
||||
0x73, 0x64, 0x6b, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x75,
|
||||
0x74, 0x69, 0x6c, 0x2f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x62, 0x06,
|
||||
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescOnce sync.Once
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescData = file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescGZIP() []byte {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescData)
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc), len(file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescData
|
||||
}
|
||||
@@ -651,7 +652,7 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc), len(file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc)),
|
||||
NumEnums: 1,
|
||||
NumMessages: 6,
|
||||
NumExtensions: 0,
|
||||
@@ -663,7 +664,6 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
MessageInfos: file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_helper_clientcountutil_generation_generate_data_proto = out.File
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDesc = nil
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_goTypes = nil
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/helper/pluginutil/multiplexing.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -105,7 +106,7 @@ func (x *MultiplexingSupportResponse) GetSupported() bool {
|
||||
|
||||
var File_sdk_helper_pluginutil_multiplexing_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_helper_pluginutil_multiplexing_proto_rawDesc = []byte{
|
||||
var file_sdk_helper_pluginutil_multiplexing_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x28, 0x73, 0x64, 0x6b, 0x2f, 0x68, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x2f, 0x70, 0x6c, 0x75,
|
||||
0x67, 0x69, 0x6e, 0x75, 0x74, 0x69, 0x6c, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65,
|
||||
0x78, 0x69, 0x6e, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x70, 0x6c, 0x75, 0x67,
|
||||
@@ -130,16 +131,16 @@ var file_sdk_helper_pluginutil_multiplexing_proto_rawDesc = []byte{
|
||||
0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x68, 0x65, 0x6c, 0x70, 0x65,
|
||||
0x72, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x75, 0x74, 0x69, 0x6c, 0x62, 0x06, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_rawDescOnce sync.Once
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_rawDescData = file_sdk_helper_pluginutil_multiplexing_proto_rawDesc
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_helper_pluginutil_multiplexing_proto_rawDescGZIP() []byte {
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_helper_pluginutil_multiplexing_proto_rawDescData)
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_helper_pluginutil_multiplexing_proto_rawDesc), len(file_sdk_helper_pluginutil_multiplexing_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_helper_pluginutil_multiplexing_proto_rawDescData
|
||||
}
|
||||
@@ -168,7 +169,7 @@ func file_sdk_helper_pluginutil_multiplexing_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_helper_pluginutil_multiplexing_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_helper_pluginutil_multiplexing_proto_rawDesc), len(file_sdk_helper_pluginutil_multiplexing_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@@ -179,7 +180,6 @@ func file_sdk_helper_pluginutil_multiplexing_proto_init() {
|
||||
MessageInfos: file_sdk_helper_pluginutil_multiplexing_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_helper_pluginutil_multiplexing_proto = out.File
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_rawDesc = nil
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_goTypes = nil
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/logical/event.proto
|
||||
|
||||
@@ -15,6 +15,7 @@ import (
|
||||
structpb "google.golang.org/protobuf/types/known/structpb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -267,7 +268,7 @@ func (x *EventReceived) GetPluginInfo() *EventPluginInfo {
|
||||
|
||||
var File_sdk_logical_event_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_logical_event_proto_rawDesc = []byte{
|
||||
var file_sdk_logical_event_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x17, 0x73, 0x64, 0x6b, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x2f, 0x65, 0x76,
|
||||
0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x6c, 0x6f, 0x67, 0x69, 0x63,
|
||||
0x61, 0x6c, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||
@@ -308,16 +309,16 @@ var file_sdk_logical_event_proto_rawDesc = []byte{
|
||||
0x5a, 0x26, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73,
|
||||
0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b,
|
||||
0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_logical_event_proto_rawDescOnce sync.Once
|
||||
file_sdk_logical_event_proto_rawDescData = file_sdk_logical_event_proto_rawDesc
|
||||
file_sdk_logical_event_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_logical_event_proto_rawDescGZIP() []byte {
|
||||
file_sdk_logical_event_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_logical_event_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_logical_event_proto_rawDescData)
|
||||
file_sdk_logical_event_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_logical_event_proto_rawDesc), len(file_sdk_logical_event_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_logical_event_proto_rawDescData
|
||||
}
|
||||
@@ -349,7 +350,7 @@ func file_sdk_logical_event_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_logical_event_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_logical_event_proto_rawDesc), len(file_sdk_logical_event_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 3,
|
||||
NumExtensions: 0,
|
||||
@@ -360,7 +361,6 @@ func file_sdk_logical_event_proto_init() {
|
||||
MessageInfos: file_sdk_logical_event_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_logical_event_proto = out.File
|
||||
file_sdk_logical_event_proto_rawDesc = nil
|
||||
file_sdk_logical_event_proto_goTypes = nil
|
||||
file_sdk_logical_event_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/logical/identity.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -470,7 +471,7 @@ func (x *MFARequirement) GetMFAConstraints() map[string]*MFAConstraintAny {
|
||||
|
||||
var File_sdk_logical_identity_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_logical_identity_proto_rawDesc = []byte{
|
||||
var file_sdk_logical_identity_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x1a, 0x73, 0x64, 0x6b, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x2f, 0x69, 0x64,
|
||||
0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x6c, 0x6f,
|
||||
0x67, 0x69, 0x63, 0x61, 0x6c, 0x22, 0x8d, 0x02, 0x0a, 0x06, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79,
|
||||
@@ -559,16 +560,16 @@ var file_sdk_logical_identity_proto_rawDesc = []byte{
|
||||
0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76,
|
||||
0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c,
|
||||
0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_logical_identity_proto_rawDescOnce sync.Once
|
||||
file_sdk_logical_identity_proto_rawDescData = file_sdk_logical_identity_proto_rawDesc
|
||||
file_sdk_logical_identity_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_logical_identity_proto_rawDescGZIP() []byte {
|
||||
file_sdk_logical_identity_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_logical_identity_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_logical_identity_proto_rawDescData)
|
||||
file_sdk_logical_identity_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_logical_identity_proto_rawDesc), len(file_sdk_logical_identity_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_logical_identity_proto_rawDescData
|
||||
}
|
||||
@@ -612,7 +613,7 @@ func file_sdk_logical_identity_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_logical_identity_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_logical_identity_proto_rawDesc), len(file_sdk_logical_identity_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 11,
|
||||
NumExtensions: 0,
|
||||
@@ -623,7 +624,6 @@ func file_sdk_logical_identity_proto_init() {
|
||||
MessageInfos: file_sdk_logical_identity_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_logical_identity_proto = out.File
|
||||
file_sdk_logical_identity_proto_rawDesc = nil
|
||||
file_sdk_logical_identity_proto_goTypes = nil
|
||||
file_sdk_logical_identity_proto_depIDxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/logical/plugin.proto
|
||||
|
||||
@@ -15,6 +15,7 @@ import (
|
||||
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -98,7 +99,7 @@ func (x *PluginEnvironment) GetVaultBuildDate() *timestamppb.Timestamp {
|
||||
|
||||
var File_sdk_logical_plugin_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_logical_plugin_proto_rawDesc = []byte{
|
||||
var file_sdk_logical_plugin_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x18, 0x73, 0x64, 0x6b, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x2f, 0x70, 0x6c,
|
||||
0x75, 0x67, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x6c, 0x6f, 0x67, 0x69,
|
||||
0x63, 0x61, 0x6c, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74,
|
||||
@@ -122,16 +123,16 @@ var file_sdk_logical_plugin_proto_rawDesc = []byte{
|
||||
0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61,
|
||||
0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x62,
|
||||
0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_logical_plugin_proto_rawDescOnce sync.Once
|
||||
file_sdk_logical_plugin_proto_rawDescData = file_sdk_logical_plugin_proto_rawDesc
|
||||
file_sdk_logical_plugin_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_logical_plugin_proto_rawDescGZIP() []byte {
|
||||
file_sdk_logical_plugin_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_logical_plugin_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_logical_plugin_proto_rawDescData)
|
||||
file_sdk_logical_plugin_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_logical_plugin_proto_rawDesc), len(file_sdk_logical_plugin_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_logical_plugin_proto_rawDescData
|
||||
}
|
||||
@@ -159,7 +160,7 @@ func file_sdk_logical_plugin_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_logical_plugin_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_logical_plugin_proto_rawDesc), len(file_sdk_logical_plugin_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 1,
|
||||
NumExtensions: 0,
|
||||
@@ -170,7 +171,6 @@ func file_sdk_logical_plugin_proto_init() {
|
||||
MessageInfos: file_sdk_logical_plugin_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_logical_plugin_proto = out.File
|
||||
file_sdk_logical_plugin_proto_rawDesc = nil
|
||||
file_sdk_logical_plugin_proto_goTypes = nil
|
||||
file_sdk_logical_plugin_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/logical/version.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -106,7 +107,7 @@ func (x *VersionReply) GetPluginVersion() string {
|
||||
|
||||
var File_sdk_logical_version_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_logical_version_proto_rawDesc = []byte{
|
||||
var file_sdk_logical_version_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x19, 0x73, 0x64, 0x6b, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61, 0x6c, 0x2f, 0x76, 0x65,
|
||||
0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x6c, 0x6f, 0x67,
|
||||
0x69, 0x63, 0x61, 0x6c, 0x22, 0x07, 0x0a, 0x05, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x35, 0x0a,
|
||||
@@ -121,16 +122,16 @@ var file_sdk_logical_version_proto_rawDesc = []byte{
|
||||
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f,
|
||||
0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x6c, 0x6f, 0x67, 0x69, 0x63, 0x61,
|
||||
0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_logical_version_proto_rawDescOnce sync.Once
|
||||
file_sdk_logical_version_proto_rawDescData = file_sdk_logical_version_proto_rawDesc
|
||||
file_sdk_logical_version_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_logical_version_proto_rawDescGZIP() []byte {
|
||||
file_sdk_logical_version_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_logical_version_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_logical_version_proto_rawDescData)
|
||||
file_sdk_logical_version_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_logical_version_proto_rawDesc), len(file_sdk_logical_version_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_logical_version_proto_rawDescData
|
||||
}
|
||||
@@ -159,7 +160,7 @@ func file_sdk_logical_version_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_logical_version_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_logical_version_proto_rawDesc), len(file_sdk_logical_version_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@@ -170,7 +171,6 @@ func file_sdk_logical_version_proto_init() {
|
||||
MessageInfos: file_sdk_logical_version_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_logical_version_proto = out.File
|
||||
file_sdk_logical_version_proto_rawDesc = nil
|
||||
file_sdk_logical_version_proto_goTypes = nil
|
||||
file_sdk_logical_version_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: sdk/plugin/pb/backend.proto
|
||||
|
||||
@@ -16,6 +16,7 @@ import (
|
||||
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -3825,7 +3826,7 @@ func (x *SendEventRequest) GetEvent() *logical.EventData {
|
||||
|
||||
var File_sdk_plugin_pb_backend_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_sdk_plugin_pb_backend_proto_rawDesc = []byte{
|
||||
var file_sdk_plugin_pb_backend_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x1b, 0x73, 0x64, 0x6b, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2f, 0x70, 0x62, 0x2f,
|
||||
0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x70,
|
||||
0x62, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
||||
@@ -4433,16 +4434,16 @@ var file_sdk_plugin_pb_backend_proto_rawDesc = []byte{
|
||||
0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63,
|
||||
0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x70, 0x6c,
|
||||
0x75, 0x67, 0x69, 0x6e, 0x2f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_sdk_plugin_pb_backend_proto_rawDescOnce sync.Once
|
||||
file_sdk_plugin_pb_backend_proto_rawDescData = file_sdk_plugin_pb_backend_proto_rawDesc
|
||||
file_sdk_plugin_pb_backend_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_sdk_plugin_pb_backend_proto_rawDescGZIP() []byte {
|
||||
file_sdk_plugin_pb_backend_proto_rawDescOnce.Do(func() {
|
||||
file_sdk_plugin_pb_backend_proto_rawDescData = protoimpl.X.CompressGZIP(file_sdk_plugin_pb_backend_proto_rawDescData)
|
||||
file_sdk_plugin_pb_backend_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_sdk_plugin_pb_backend_proto_rawDesc), len(file_sdk_plugin_pb_backend_proto_rawDesc)))
|
||||
})
|
||||
return file_sdk_plugin_pb_backend_proto_rawDescData
|
||||
}
|
||||
@@ -4637,7 +4638,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_sdk_plugin_pb_backend_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_sdk_plugin_pb_backend_proto_rawDesc), len(file_sdk_plugin_pb_backend_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 65,
|
||||
NumExtensions: 0,
|
||||
@@ -4648,7 +4649,6 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
MessageInfos: file_sdk_plugin_pb_backend_proto_msgTypes,
|
||||
}.Build()
|
||||
File_sdk_plugin_pb_backend_proto = out.File
|
||||
file_sdk_plugin_pb_backend_proto_rawDesc = nil
|
||||
file_sdk_plugin_pb_backend_proto_goTypes = nil
|
||||
file_sdk_plugin_pb_backend_proto_depIDxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: vault/activity/activity_log.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -311,7 +312,7 @@ func (*LogFragmentResponse) Descriptor() ([]byte, []int) {
|
||||
|
||||
var File_vault_activity_activity_log_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_vault_activity_activity_log_proto_rawDesc = []byte{
|
||||
var file_vault_activity_activity_log_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x21, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79,
|
||||
0x2f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x5f, 0x6c, 0x6f, 0x67, 0x2e, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x12, 0x08, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x22, 0xd3, 0x01,
|
||||
@@ -366,16 +367,16 @@ var file_vault_activity_activity_log_proto_rawDesc = []byte{
|
||||
0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f,
|
||||
0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x69, 0x74, 0x79, 0x62, 0x06,
|
||||
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_vault_activity_activity_log_proto_rawDescOnce sync.Once
|
||||
file_vault_activity_activity_log_proto_rawDescData = file_vault_activity_activity_log_proto_rawDesc
|
||||
file_vault_activity_activity_log_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_vault_activity_activity_log_proto_rawDescGZIP() []byte {
|
||||
file_vault_activity_activity_log_proto_rawDescOnce.Do(func() {
|
||||
file_vault_activity_activity_log_proto_rawDescData = protoimpl.X.CompressGZIP(file_vault_activity_activity_log_proto_rawDescData)
|
||||
file_vault_activity_activity_log_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_vault_activity_activity_log_proto_rawDesc), len(file_vault_activity_activity_log_proto_rawDesc)))
|
||||
})
|
||||
return file_vault_activity_activity_log_proto_rawDescData
|
||||
}
|
||||
@@ -411,7 +412,7 @@ func file_vault_activity_activity_log_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_vault_activity_activity_log_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_vault_activity_activity_log_proto_rawDesc), len(file_vault_activity_activity_log_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 7,
|
||||
NumExtensions: 0,
|
||||
@@ -422,7 +423,6 @@ func file_vault_activity_activity_log_proto_init() {
|
||||
MessageInfos: file_vault_activity_activity_log_proto_msgTypes,
|
||||
}.Build()
|
||||
File_vault_activity_activity_log_proto = out.File
|
||||
file_vault_activity_activity_log_proto_rawDesc = nil
|
||||
file_vault_activity_activity_log_proto_goTypes = nil
|
||||
file_vault_activity_activity_log_proto_depIDxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: vault/hcp_link/proto/link_control/link_control.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -97,7 +98,7 @@ func (*PurgePolicyResponse) Descriptor() ([]byte, []int) {
|
||||
|
||||
var File_vault_hcp_link_proto_link_control_link_control_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc = []byte{
|
||||
var file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x34, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x68, 0x63, 0x70, 0x5f, 0x6c, 0x69, 0x6e, 0x6b,
|
||||
0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x74,
|
||||
0x72, 0x6f, 0x6c, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c,
|
||||
@@ -116,16 +117,16 @@ var file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc = []byte{
|
||||
0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x68, 0x63, 0x70, 0x5f,
|
||||
0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x5f,
|
||||
0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_rawDescOnce sync.Once
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_rawDescData = file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_vault_hcp_link_proto_link_control_link_control_proto_rawDescGZIP() []byte {
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_rawDescOnce.Do(func() {
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_rawDescData = protoimpl.X.CompressGZIP(file_vault_hcp_link_proto_link_control_link_control_proto_rawDescData)
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc), len(file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc)))
|
||||
})
|
||||
return file_vault_hcp_link_proto_link_control_link_control_proto_rawDescData
|
||||
}
|
||||
@@ -154,7 +155,7 @@ func file_vault_hcp_link_proto_link_control_link_control_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc), len(file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@@ -165,7 +166,6 @@ func file_vault_hcp_link_proto_link_control_link_control_proto_init() {
|
||||
MessageInfos: file_vault_hcp_link_proto_link_control_link_control_proto_msgTypes,
|
||||
}.Build()
|
||||
File_vault_hcp_link_proto_link_control_link_control_proto = out.File
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_rawDesc = nil
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_goTypes = nil
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: vault/hcp_link/proto/meta/meta.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -883,7 +884,7 @@ func (x *GetClusterStatusResponse) GetClusterName() string {
|
||||
|
||||
var File_vault_hcp_link_proto_meta_meta_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_vault_hcp_link_proto_meta_meta_proto_rawDesc = []byte{
|
||||
var file_vault_hcp_link_proto_meta_meta_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x24, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x68, 0x63, 0x70, 0x5f, 0x6c, 0x69, 0x6e, 0x6b,
|
||||
0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61,
|
||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x17, 0x0a, 0x15,
|
||||
@@ -992,16 +993,16 @@ var file_vault_hcp_link_proto_meta_meta_proto_rawDesc = []byte{
|
||||
0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74,
|
||||
0x2f, 0x68, 0x63, 0x70, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f,
|
||||
0x6d, 0x65, 0x74, 0x61, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_vault_hcp_link_proto_meta_meta_proto_rawDescOnce sync.Once
|
||||
file_vault_hcp_link_proto_meta_meta_proto_rawDescData = file_vault_hcp_link_proto_meta_meta_proto_rawDesc
|
||||
file_vault_hcp_link_proto_meta_meta_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_vault_hcp_link_proto_meta_meta_proto_rawDescGZIP() []byte {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_rawDescOnce.Do(func() {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_rawDescData = protoimpl.X.CompressGZIP(file_vault_hcp_link_proto_meta_meta_proto_rawDescData)
|
||||
file_vault_hcp_link_proto_meta_meta_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_vault_hcp_link_proto_meta_meta_proto_rawDesc), len(file_vault_hcp_link_proto_meta_meta_proto_rawDesc)))
|
||||
})
|
||||
return file_vault_hcp_link_proto_meta_meta_proto_rawDescData
|
||||
}
|
||||
@@ -1060,7 +1061,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_vault_hcp_link_proto_meta_meta_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_vault_hcp_link_proto_meta_meta_proto_rawDesc), len(file_vault_hcp_link_proto_meta_meta_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 17,
|
||||
NumExtensions: 0,
|
||||
@@ -1071,7 +1072,6 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
MessageInfos: file_vault_hcp_link_proto_meta_meta_proto_msgTypes,
|
||||
}.Build()
|
||||
File_vault_hcp_link_proto_meta_meta_proto = out.File
|
||||
file_vault_hcp_link_proto_meta_meta_proto_rawDesc = nil
|
||||
file_vault_hcp_link_proto_meta_meta_proto_goTypes = nil
|
||||
file_vault_hcp_link_proto_meta_meta_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: vault/hcp_link/proto/node_status/status.proto
|
||||
|
||||
@@ -16,6 +16,7 @@ import (
|
||||
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -341,7 +342,7 @@ func (x *LinkedClusterNodeStatusResponse) GetRaftStatus() *RaftStatus {
|
||||
|
||||
var File_vault_hcp_link_proto_node_status_status_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_vault_hcp_link_proto_node_status_status_proto_rawDesc = []byte{
|
||||
var file_vault_hcp_link_proto_node_status_status_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x2d, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x68, 0x63, 0x70, 0x5f, 0x6c, 0x69, 0x6e, 0x6b,
|
||||
0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6e, 0x6f, 0x64, 0x65, 0x5f, 0x73, 0x74, 0x61, 0x74,
|
||||
0x75, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
||||
@@ -416,16 +417,16 @@ var file_vault_hcp_link_proto_node_status_status_proto_rawDesc = []byte{
|
||||
0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x68, 0x63, 0x70,
|
||||
0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6e, 0x6f, 0x64, 0x65,
|
||||
0x5f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_vault_hcp_link_proto_node_status_status_proto_rawDescOnce sync.Once
|
||||
file_vault_hcp_link_proto_node_status_status_proto_rawDescData = file_vault_hcp_link_proto_node_status_status_proto_rawDesc
|
||||
file_vault_hcp_link_proto_node_status_status_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_vault_hcp_link_proto_node_status_status_proto_rawDescGZIP() []byte {
|
||||
file_vault_hcp_link_proto_node_status_status_proto_rawDescOnce.Do(func() {
|
||||
file_vault_hcp_link_proto_node_status_status_proto_rawDescData = protoimpl.X.CompressGZIP(file_vault_hcp_link_proto_node_status_status_proto_rawDescData)
|
||||
file_vault_hcp_link_proto_node_status_status_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_vault_hcp_link_proto_node_status_status_proto_rawDesc), len(file_vault_hcp_link_proto_node_status_status_proto_rawDesc)))
|
||||
})
|
||||
return file_vault_hcp_link_proto_node_status_status_proto_rawDescData
|
||||
}
|
||||
@@ -458,7 +459,7 @@ func file_vault_hcp_link_proto_node_status_status_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_vault_hcp_link_proto_node_status_status_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_vault_hcp_link_proto_node_status_status_proto_rawDesc), len(file_vault_hcp_link_proto_node_status_status_proto_rawDesc)),
|
||||
NumEnums: 1,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@@ -470,7 +471,6 @@ func file_vault_hcp_link_proto_node_status_status_proto_init() {
|
||||
MessageInfos: file_vault_hcp_link_proto_node_status_status_proto_msgTypes,
|
||||
}.Build()
|
||||
File_vault_hcp_link_proto_node_status_status_proto = out.File
|
||||
file_vault_hcp_link_proto_node_status_status_proto_rawDesc = nil
|
||||
file_vault_hcp_link_proto_node_status_status_proto_goTypes = nil
|
||||
file_vault_hcp_link_proto_node_status_status_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: vault/request_forwarding_service.proto
|
||||
|
||||
@@ -17,6 +17,7 @@ import (
|
||||
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -555,7 +556,7 @@ func (x *PerfStandbyElectionResponse) GetClientKey() *ClientKey {
|
||||
|
||||
var File_vault_request_forwarding_service_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_vault_request_forwarding_service_proto_rawDesc = []byte{
|
||||
var file_vault_request_forwarding_service_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x26, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f,
|
||||
0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
|
||||
0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x1a,
|
||||
@@ -680,16 +681,16 @@ var file_vault_request_forwarding_service_proto_rawDesc = []byte{
|
||||
0x5a, 0x20, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73,
|
||||
0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x76, 0x61, 0x75,
|
||||
0x6c, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_vault_request_forwarding_service_proto_rawDescOnce sync.Once
|
||||
file_vault_request_forwarding_service_proto_rawDescData = file_vault_request_forwarding_service_proto_rawDesc
|
||||
file_vault_request_forwarding_service_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_vault_request_forwarding_service_proto_rawDescGZIP() []byte {
|
||||
file_vault_request_forwarding_service_proto_rawDescOnce.Do(func() {
|
||||
file_vault_request_forwarding_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_vault_request_forwarding_service_proto_rawDescData)
|
||||
file_vault_request_forwarding_service_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_vault_request_forwarding_service_proto_rawDesc), len(file_vault_request_forwarding_service_proto_rawDesc)))
|
||||
})
|
||||
return file_vault_request_forwarding_service_proto_rawDescData
|
||||
}
|
||||
@@ -736,7 +737,7 @@ func file_vault_request_forwarding_service_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_vault_request_forwarding_service_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_vault_request_forwarding_service_proto_rawDesc), len(file_vault_request_forwarding_service_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 6,
|
||||
NumExtensions: 0,
|
||||
@@ -747,7 +748,6 @@ func file_vault_request_forwarding_service_proto_init() {
|
||||
MessageInfos: file_vault_request_forwarding_service_proto_msgTypes,
|
||||
}.Build()
|
||||
File_vault_request_forwarding_service_proto = out.File
|
||||
file_vault_request_forwarding_service_proto_rawDesc = nil
|
||||
file_vault_request_forwarding_service_proto_goTypes = nil
|
||||
file_vault_request_forwarding_service_proto_depIDxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: vault/seal/multi_wrap_value.proto
|
||||
|
||||
@@ -15,6 +15,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -81,7 +82,7 @@ func (x *MultiWrapValue) GetSlots() []*v2.BlobInfo {
|
||||
|
||||
var File_vault_seal_multi_wrap_value_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_vault_seal_multi_wrap_value_proto_rawDesc = []byte{
|
||||
var file_vault_seal_multi_wrap_value_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x21, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x73, 0x65, 0x61, 0x6c, 0x2f, 0x6d, 0x75, 0x6c,
|
||||
0x74, 0x69, 0x5f, 0x77, 0x72, 0x61, 0x70, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2e, 0x70, 0x72,
|
||||
0x6f, 0x74, 0x6f, 0x12, 0x04, 0x73, 0x65, 0x61, 0x6c, 0x1a, 0x33, 0x67, 0x69, 0x74, 0x68, 0x75,
|
||||
@@ -99,16 +100,16 @@ var file_vault_seal_multi_wrap_value_proto_rawDesc = []byte{
|
||||
0x27, 0x5a, 0x25, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61,
|
||||
0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x76, 0x61,
|
||||
0x75, 0x6c, 0x74, 0x2f, 0x73, 0x65, 0x61, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_vault_seal_multi_wrap_value_proto_rawDescOnce sync.Once
|
||||
file_vault_seal_multi_wrap_value_proto_rawDescData = file_vault_seal_multi_wrap_value_proto_rawDesc
|
||||
file_vault_seal_multi_wrap_value_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_vault_seal_multi_wrap_value_proto_rawDescGZIP() []byte {
|
||||
file_vault_seal_multi_wrap_value_proto_rawDescOnce.Do(func() {
|
||||
file_vault_seal_multi_wrap_value_proto_rawDescData = protoimpl.X.CompressGZIP(file_vault_seal_multi_wrap_value_proto_rawDescData)
|
||||
file_vault_seal_multi_wrap_value_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_vault_seal_multi_wrap_value_proto_rawDesc), len(file_vault_seal_multi_wrap_value_proto_rawDesc)))
|
||||
})
|
||||
return file_vault_seal_multi_wrap_value_proto_rawDescData
|
||||
}
|
||||
@@ -136,7 +137,7 @@ func file_vault_seal_multi_wrap_value_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_vault_seal_multi_wrap_value_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_vault_seal_multi_wrap_value_proto_rawDesc), len(file_vault_seal_multi_wrap_value_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 1,
|
||||
NumExtensions: 0,
|
||||
@@ -147,7 +148,6 @@ func file_vault_seal_multi_wrap_value_proto_init() {
|
||||
MessageInfos: file_vault_seal_multi_wrap_value_proto_msgTypes,
|
||||
}.Build()
|
||||
File_vault_seal_multi_wrap_value_proto = out.File
|
||||
file_vault_seal_multi_wrap_value_proto_rawDesc = nil
|
||||
file_vault_seal_multi_wrap_value_proto_goTypes = nil
|
||||
file_vault_seal_multi_wrap_value_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.3
|
||||
// protoc-gen-go v1.36.5
|
||||
// protoc (unknown)
|
||||
// source: vault/tokens/token.proto
|
||||
|
||||
@@ -14,6 +14,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -146,7 +147,7 @@ func (x *Token) GetIndexEpoch() uint32 {
|
||||
|
||||
var File_vault_tokens_token_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_vault_tokens_token_proto_rawDesc = []byte{
|
||||
var file_vault_tokens_token_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x18, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x2f, 0x74,
|
||||
0x6f, 0x6b, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x74, 0x6f, 0x6b, 0x65,
|
||||
0x6e, 0x73, 0x22, 0x5c, 0x0a, 0x0b, 0x53, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x54, 0x6f, 0x6b, 0x65,
|
||||
@@ -165,16 +166,16 @@ var file_vault_tokens_token_proto_rawDesc = []byte{
|
||||
0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x76, 0x61, 0x75, 0x6c,
|
||||
0x74, 0x2f, 0x76, 0x61, 0x75, 0x6c, 0x74, 0x2f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x73, 0x62, 0x06,
|
||||
0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||
}
|
||||
})
|
||||
|
||||
var (
|
||||
file_vault_tokens_token_proto_rawDescOnce sync.Once
|
||||
file_vault_tokens_token_proto_rawDescData = file_vault_tokens_token_proto_rawDesc
|
||||
file_vault_tokens_token_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_vault_tokens_token_proto_rawDescGZIP() []byte {
|
||||
file_vault_tokens_token_proto_rawDescOnce.Do(func() {
|
||||
file_vault_tokens_token_proto_rawDescData = protoimpl.X.CompressGZIP(file_vault_tokens_token_proto_rawDescData)
|
||||
file_vault_tokens_token_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_vault_tokens_token_proto_rawDesc), len(file_vault_tokens_token_proto_rawDesc)))
|
||||
})
|
||||
return file_vault_tokens_token_proto_rawDescData
|
||||
}
|
||||
@@ -201,7 +202,7 @@ func file_vault_tokens_token_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_vault_tokens_token_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_vault_tokens_token_proto_rawDesc), len(file_vault_tokens_token_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
@@ -212,7 +213,6 @@ func file_vault_tokens_token_proto_init() {
|
||||
MessageInfos: file_vault_tokens_token_proto_msgTypes,
|
||||
}.Build()
|
||||
File_vault_tokens_token_proto = out.File
|
||||
file_vault_tokens_token_proto_rawDesc = nil
|
||||
file_vault_tokens_token_proto_goTypes = nil
|
||||
file_vault_tokens_token_proto_depIdxs = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user