mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Pin generated proto files to 1.34.2 (#27438)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: builtin/logical/pki/metadata.proto
|
||||
|
||||
@@ -134,7 +134,7 @@ func file_builtin_logical_pki_metadata_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_builtin_logical_pki_metadata_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
||||
var file_builtin_logical_pki_metadata_proto_goTypes = []interface{}{
|
||||
var file_builtin_logical_pki_metadata_proto_goTypes = []any{
|
||||
(*CertificateMetadata)(nil), // 0: pki.CertificateMetadata
|
||||
(*timestamppb.Timestamp)(nil), // 1: google.protobuf.Timestamp
|
||||
}
|
||||
@@ -153,7 +153,7 @@ func file_builtin_logical_pki_metadata_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_builtin_logical_pki_metadata_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_builtin_logical_pki_metadata_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*CertificateMetadata); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -166,7 +166,7 @@ func file_builtin_logical_pki_metadata_proto_init() {
|
||||
}
|
||||
}
|
||||
}
|
||||
file_builtin_logical_pki_metadata_proto_msgTypes[0].OneofWrappers = []interface{}{}
|
||||
file_builtin_logical_pki_metadata_proto_msgTypes[0].OneofWrappers = []any{}
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: helper/forwarding/types.proto
|
||||
|
||||
@@ -422,7 +422,7 @@ func file_helper_forwarding_types_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_helper_forwarding_types_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
||||
var file_helper_forwarding_types_proto_goTypes = []interface{}{
|
||||
var file_helper_forwarding_types_proto_goTypes = []any{
|
||||
(*Request)(nil), // 0: forwarding.Request
|
||||
(*URL)(nil), // 1: forwarding.URL
|
||||
(*HeaderEntry)(nil), // 2: forwarding.HeaderEntry
|
||||
@@ -449,7 +449,7 @@ func file_helper_forwarding_types_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_helper_forwarding_types_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_forwarding_types_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Request); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -461,7 +461,7 @@ func file_helper_forwarding_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_forwarding_types_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_forwarding_types_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*URL); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -473,7 +473,7 @@ func file_helper_forwarding_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_forwarding_types_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_forwarding_types_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*HeaderEntry); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -485,7 +485,7 @@ func file_helper_forwarding_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_forwarding_types_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_forwarding_types_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Response); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: helper/identity/mfa/types.proto
|
||||
|
||||
@@ -1024,7 +1024,7 @@ func file_helper_identity_mfa_types_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_helper_identity_mfa_types_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
|
||||
var file_helper_identity_mfa_types_proto_goTypes = []interface{}{
|
||||
var file_helper_identity_mfa_types_proto_goTypes = []any{
|
||||
(*Config)(nil), // 0: mfa.Config
|
||||
(*TOTPConfig)(nil), // 1: mfa.TOTPConfig
|
||||
(*DuoConfig)(nil), // 2: mfa.DuoConfig
|
||||
@@ -1053,7 +1053,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Config); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1065,7 +1065,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TOTPConfig); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1077,7 +1077,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*DuoConfig); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1089,7 +1089,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*OktaConfig); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1101,7 +1101,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PingIDConfig); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1113,7 +1113,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Secret); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1125,7 +1125,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TOTPSecret); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1137,7 +1137,7 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_mfa_types_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MFAEnforcementConfig); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1150,13 +1150,13 @@ func file_helper_identity_mfa_types_proto_init() {
|
||||
}
|
||||
}
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[0].OneofWrappers = []interface{}{
|
||||
file_helper_identity_mfa_types_proto_msgTypes[0].OneofWrappers = []any{
|
||||
(*Config_TOTPConfig)(nil),
|
||||
(*Config_OktaConfig)(nil),
|
||||
(*Config_DuoConfig)(nil),
|
||||
(*Config_PingIDConfig)(nil),
|
||||
}
|
||||
file_helper_identity_mfa_types_proto_msgTypes[5].OneofWrappers = []interface{}{
|
||||
file_helper_identity_mfa_types_proto_msgTypes[5].OneofWrappers = []any{
|
||||
(*Secret_TOTPSecret)(nil),
|
||||
}
|
||||
type x struct{}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: helper/identity/types.proto
|
||||
|
||||
@@ -1106,7 +1106,7 @@ func file_helper_identity_types_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_helper_identity_types_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
|
||||
var file_helper_identity_types_proto_goTypes = []interface{}{
|
||||
var file_helper_identity_types_proto_goTypes = []any{
|
||||
(*Group)(nil), // 0: identity.Group
|
||||
(*LocalAliases)(nil), // 1: identity.LocalAliases
|
||||
(*Entity)(nil), // 2: identity.Entity
|
||||
@@ -1162,7 +1162,7 @@ func file_helper_identity_types_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_helper_identity_types_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_types_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Group); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1174,7 +1174,7 @@ func file_helper_identity_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_types_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_types_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LocalAliases); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1186,7 +1186,7 @@ func file_helper_identity_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_types_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_types_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Entity); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1198,7 +1198,7 @@ func file_helper_identity_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_types_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_types_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Alias); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1210,7 +1210,7 @@ func file_helper_identity_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_types_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_types_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EntityStorageEntry); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1222,7 +1222,7 @@ func file_helper_identity_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_identity_types_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_identity_types_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PersonaIndexEntry); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: helper/storagepacker/types.proto
|
||||
|
||||
@@ -203,7 +203,7 @@ func file_helper_storagepacker_types_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_helper_storagepacker_types_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
||||
var file_helper_storagepacker_types_proto_goTypes = []interface{}{
|
||||
var file_helper_storagepacker_types_proto_goTypes = []any{
|
||||
(*Item)(nil), // 0: storagepacker.Item
|
||||
(*Bucket)(nil), // 1: storagepacker.Bucket
|
||||
nil, // 2: storagepacker.Bucket.ItemMapEntry
|
||||
@@ -227,7 +227,7 @@ func file_helper_storagepacker_types_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_helper_storagepacker_types_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_storagepacker_types_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Item); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -239,7 +239,7 @@ func file_helper_storagepacker_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_helper_storagepacker_types_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_helper_storagepacker_types_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Bucket); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: physical/raft/types.proto
|
||||
|
||||
@@ -417,7 +417,7 @@ func file_physical_raft_types_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_physical_raft_types_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
||||
var file_physical_raft_types_proto_goTypes = []interface{}{
|
||||
var file_physical_raft_types_proto_goTypes = []any{
|
||||
(*LogOperation)(nil), // 0: raft.LogOperation
|
||||
(*LogData)(nil), // 1: raft.LogData
|
||||
(*IndexValue)(nil), // 2: raft.IndexValue
|
||||
@@ -441,7 +441,7 @@ func file_physical_raft_types_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_physical_raft_types_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_physical_raft_types_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LogOperation); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -453,7 +453,7 @@ func file_physical_raft_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_physical_raft_types_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_physical_raft_types_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LogData); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -465,7 +465,7 @@ func file_physical_raft_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_physical_raft_types_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_physical_raft_types_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*IndexValue); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -477,7 +477,7 @@ func file_physical_raft_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_physical_raft_types_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_physical_raft_types_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Server); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -489,7 +489,7 @@ func file_physical_raft_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_physical_raft_types_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_physical_raft_types_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ConfigurationValue); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -501,7 +501,7 @@ func file_physical_raft_types_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_physical_raft_types_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_physical_raft_types_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LocalNodeConfigValue); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/database/dbplugin/database.proto
|
||||
|
||||
@@ -1180,7 +1180,7 @@ func file_sdk_database_dbplugin_database_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_sdk_database_dbplugin_database_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
|
||||
var file_sdk_database_dbplugin_database_proto_goTypes = []interface{}{
|
||||
var file_sdk_database_dbplugin_database_proto_goTypes = []any{
|
||||
(*InitializeRequest)(nil), // 0: dbplugin.InitializeRequest
|
||||
(*InitRequest)(nil), // 1: dbplugin.InitRequest
|
||||
(*CreateUserRequest)(nil), // 2: dbplugin.CreateUserRequest
|
||||
@@ -1242,7 +1242,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InitializeRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1254,7 +1254,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InitRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1266,7 +1266,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*CreateUserRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1278,7 +1278,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RenewUserRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1290,7 +1290,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RevokeUserRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1302,7 +1302,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RotateRootCredentialsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1314,7 +1314,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Statements); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1326,7 +1326,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*UsernameConfig); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1338,7 +1338,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InitResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1350,7 +1350,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*CreateUserResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1362,7 +1362,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TypeResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1374,7 +1374,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RotateRootCredentialsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1386,7 +1386,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Empty); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1398,7 +1398,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GenerateCredentialsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1410,7 +1410,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StaticUserConfig); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1422,7 +1422,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[15].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SetCredentialsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1434,7 +1434,7 @@ func file_sdk_database_dbplugin_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_database_proto_msgTypes[16].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SetCredentialsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/database/dbplugin/v5/proto/database.proto
|
||||
|
||||
@@ -1012,7 +1012,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes = make([]protoimpl.MessageInfo, 15)
|
||||
var file_sdk_database_dbplugin_v5_proto_database_proto_goTypes = []interface{}{
|
||||
var file_sdk_database_dbplugin_v5_proto_database_proto_goTypes = []any{
|
||||
(*InitializeRequest)(nil), // 0: dbplugin.v5.InitializeRequest
|
||||
(*InitializeResponse)(nil), // 1: dbplugin.v5.InitializeResponse
|
||||
(*NewUserRequest)(nil), // 2: dbplugin.v5.NewUserRequest
|
||||
@@ -1071,7 +1071,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InitializeRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1083,7 +1083,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InitializeResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1095,7 +1095,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*NewUserRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1107,7 +1107,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*UsernameConfig); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1119,7 +1119,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*NewUserResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1131,7 +1131,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*UpdateUserRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1143,7 +1143,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ChangePassword); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1155,7 +1155,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ChangePublicKey); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1167,7 +1167,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ChangeExpiration); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1179,7 +1179,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*UpdateUserResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1191,7 +1191,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*DeleteUserRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1203,7 +1203,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*DeleteUserResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1215,7 +1215,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TypeResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1227,7 +1227,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Statements); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1239,7 +1239,7 @@ func file_sdk_database_dbplugin_v5_proto_database_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_database_dbplugin_v5_proto_database_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Empty); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/helper/clientcountutil/generation/generate_data.proto
|
||||
|
||||
@@ -621,7 +621,7 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_rawDescGZIP(
|
||||
|
||||
var file_sdk_helper_clientcountutil_generation_generate_data_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
||||
var file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
||||
var file_sdk_helper_clientcountutil_generation_generate_data_proto_goTypes = []interface{}{
|
||||
var file_sdk_helper_clientcountutil_generation_generate_data_proto_goTypes = []any{
|
||||
(WriteOptions)(0), // 0: generation.WriteOptions
|
||||
(*ActivityLogMockInput)(nil), // 1: generation.ActivityLogMockInput
|
||||
(*Data)(nil), // 2: generation.Data
|
||||
@@ -651,7 +651,7 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ActivityLogMockInput); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -663,7 +663,7 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Data); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -675,7 +675,7 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Segments); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -687,7 +687,7 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Segment); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -699,7 +699,7 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Clients); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -711,7 +711,7 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Client); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -724,13 +724,13 @@ func file_sdk_helper_clientcountutil_generation_generate_data_proto_init() {
|
||||
}
|
||||
}
|
||||
}
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[1].OneofWrappers = []interface{}{
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[1].OneofWrappers = []any{
|
||||
(*Data_CurrentMonth)(nil),
|
||||
(*Data_MonthsAgo)(nil),
|
||||
(*Data_All)(nil),
|
||||
(*Data_Segments)(nil),
|
||||
}
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[3].OneofWrappers = []interface{}{}
|
||||
file_sdk_helper_clientcountutil_generation_generate_data_proto_msgTypes[3].OneofWrappers = []any{}
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/helper/pluginutil/multiplexing.proto
|
||||
|
||||
@@ -150,7 +150,7 @@ func file_sdk_helper_pluginutil_multiplexing_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_sdk_helper_pluginutil_multiplexing_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_sdk_helper_pluginutil_multiplexing_proto_goTypes = []interface{}{
|
||||
var file_sdk_helper_pluginutil_multiplexing_proto_goTypes = []any{
|
||||
(*MultiplexingSupportRequest)(nil), // 0: pluginutil.multiplexing.MultiplexingSupportRequest
|
||||
(*MultiplexingSupportResponse)(nil), // 1: pluginutil.multiplexing.MultiplexingSupportResponse
|
||||
}
|
||||
@@ -170,7 +170,7 @@ func file_sdk_helper_pluginutil_multiplexing_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MultiplexingSupportRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -182,7 +182,7 @@ func file_sdk_helper_pluginutil_multiplexing_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_helper_pluginutil_multiplexing_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MultiplexingSupportResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/logical/event.proto
|
||||
|
||||
@@ -332,7 +332,7 @@ func file_sdk_logical_event_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_sdk_logical_event_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
||||
var file_sdk_logical_event_proto_goTypes = []interface{}{
|
||||
var file_sdk_logical_event_proto_goTypes = []any{
|
||||
(*EventPluginInfo)(nil), // 0: logical.EventPluginInfo
|
||||
(*EventData)(nil), // 1: logical.EventData
|
||||
(*EventReceived)(nil), // 2: logical.EventReceived
|
||||
@@ -355,7 +355,7 @@ func file_sdk_logical_event_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_logical_event_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_event_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EventPluginInfo); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -367,7 +367,7 @@ func file_sdk_logical_event_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_logical_event_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_event_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EventData); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -379,7 +379,7 @@ func file_sdk_logical_event_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_logical_event_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_event_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EventReceived); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/logical/identity.proto
|
||||
|
||||
@@ -592,7 +592,7 @@ func file_sdk_logical_identity_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_sdk_logical_identity_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
|
||||
var file_sdk_logical_identity_proto_goTypes = []interface{}{
|
||||
var file_sdk_logical_identity_proto_goTypes = []any{
|
||||
(*Entity)(nil), // 0: logical.Entity
|
||||
(*Alias)(nil), // 1: logical.Alias
|
||||
(*Group)(nil), // 2: logical.Group
|
||||
@@ -627,7 +627,7 @@ func file_sdk_logical_identity_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_logical_identity_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_identity_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Entity); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -639,7 +639,7 @@ func file_sdk_logical_identity_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_logical_identity_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_identity_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Alias); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -651,7 +651,7 @@ func file_sdk_logical_identity_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_logical_identity_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_identity_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Group); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -663,7 +663,7 @@ func file_sdk_logical_identity_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_logical_identity_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_identity_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MFAMethodID); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -675,7 +675,7 @@ func file_sdk_logical_identity_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_logical_identity_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_identity_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MFAConstraintAny); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -687,7 +687,7 @@ func file_sdk_logical_identity_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_logical_identity_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_identity_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MFARequirement); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/logical/plugin.proto
|
||||
|
||||
@@ -123,7 +123,7 @@ func file_sdk_logical_plugin_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_sdk_logical_plugin_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
||||
var file_sdk_logical_plugin_proto_goTypes = []interface{}{
|
||||
var file_sdk_logical_plugin_proto_goTypes = []any{
|
||||
(*PluginEnvironment)(nil), // 0: logical.PluginEnvironment
|
||||
}
|
||||
var file_sdk_logical_plugin_proto_depIdxs = []int32{
|
||||
@@ -140,7 +140,7 @@ func file_sdk_logical_plugin_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_logical_plugin_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_plugin_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PluginEnvironment); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/logical/version.proto
|
||||
|
||||
@@ -141,7 +141,7 @@ func file_sdk_logical_version_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_sdk_logical_version_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_sdk_logical_version_proto_goTypes = []interface{}{
|
||||
var file_sdk_logical_version_proto_goTypes = []any{
|
||||
(*Empty)(nil), // 0: logical.Empty
|
||||
(*VersionReply)(nil), // 1: logical.VersionReply
|
||||
}
|
||||
@@ -161,7 +161,7 @@ func file_sdk_logical_version_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_logical_version_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_version_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Empty); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -173,7 +173,7 @@ func file_sdk_logical_version_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_logical_version_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_logical_version_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*VersionReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: sdk/plugin/pb/backend.proto
|
||||
|
||||
@@ -4288,7 +4288,7 @@ func file_sdk_plugin_pb_backend_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_sdk_plugin_pb_backend_proto_msgTypes = make([]protoimpl.MessageInfo, 60)
|
||||
var file_sdk_plugin_pb_backend_proto_goTypes = []interface{}{
|
||||
var file_sdk_plugin_pb_backend_proto_goTypes = []any{
|
||||
(*Empty)(nil), // 0: pb.Empty
|
||||
(*Header)(nil), // 1: pb.Header
|
||||
(*ProtoError)(nil), // 2: pb.ProtoError
|
||||
@@ -4463,7 +4463,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Empty); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4475,7 +4475,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Header); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4487,7 +4487,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ProtoError); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4499,7 +4499,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Paths); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4511,7 +4511,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Request); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4523,7 +4523,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Auth); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4535,7 +4535,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TokenEntry); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4547,7 +4547,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LeaseOptions); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4559,7 +4559,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Secret); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4571,7 +4571,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Response); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4583,7 +4583,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ResponseWrapInfo); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4595,7 +4595,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RequestWrapInfo); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4607,7 +4607,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*HandleRequestArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4619,7 +4619,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*HandleRequestReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4631,7 +4631,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InitializeArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4643,7 +4643,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[15].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InitializeReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4655,7 +4655,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[16].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SpecialPathsReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4667,7 +4667,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[17].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*HandleExistenceCheckArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4679,7 +4679,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[18].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*HandleExistenceCheckReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4691,7 +4691,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[19].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SetupArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4703,7 +4703,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[20].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SetupReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4715,7 +4715,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[21].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TypeReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4727,7 +4727,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[22].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*InvalidateKeyArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4739,7 +4739,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[23].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StorageEntry); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4751,7 +4751,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[24].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StorageListArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4763,7 +4763,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[25].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StorageListReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4775,7 +4775,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[26].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StorageGetArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4787,7 +4787,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[27].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StorageGetReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4799,7 +4799,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[28].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StoragePutArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4811,7 +4811,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[29].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StoragePutReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4823,7 +4823,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[30].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StorageDeleteArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4835,7 +4835,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[31].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*StorageDeleteReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4847,7 +4847,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[32].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TTLReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4859,7 +4859,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[33].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TaintedReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4871,7 +4871,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[34].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*CachingDisabledReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4883,7 +4883,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[35].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ReplicationStateReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4895,7 +4895,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[36].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ResponseWrapDataArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4907,7 +4907,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[37].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ResponseWrapDataReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4919,7 +4919,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[38].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MlockEnabledReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4931,7 +4931,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[39].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LocalMountReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4943,7 +4943,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[40].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EntityInfoArgs); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4955,7 +4955,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[41].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EntityInfoReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4967,7 +4967,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[42].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GroupsForEntityReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4979,7 +4979,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[43].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PluginEnvReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -4991,7 +4991,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[44].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GeneratePasswordFromPolicyRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5003,7 +5003,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[45].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GeneratePasswordFromPolicyReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5015,7 +5015,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[46].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ClusterInfoReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5027,7 +5027,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[47].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GenerateIdentityTokenRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5039,7 +5039,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[48].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GenerateIdentityTokenResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5051,7 +5051,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[49].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Connection); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5063,7 +5063,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[50].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ConnectionState); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5075,7 +5075,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[51].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Certificate); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5087,7 +5087,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[52].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*CertificateChain); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -5099,7 +5099,7 @@ func file_sdk_plugin_pb_backend_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_sdk_plugin_pb_backend_proto_msgTypes[53].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SendEventRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: vault/activity/activity_log.proto
|
||||
|
||||
@@ -395,7 +395,7 @@ func file_vault_activity_activity_log_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_vault_activity_activity_log_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
|
||||
var file_vault_activity_activity_log_proto_goTypes = []interface{}{
|
||||
var file_vault_activity_activity_log_proto_goTypes = []any{
|
||||
(*EntityRecord)(nil), // 0: activity.EntityRecord
|
||||
(*LogFragment)(nil), // 1: activity.LogFragment
|
||||
(*EntityActivityLog)(nil), // 2: activity.EntityActivityLog
|
||||
@@ -422,7 +422,7 @@ func file_vault_activity_activity_log_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_vault_activity_activity_log_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_activity_activity_log_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EntityRecord); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -434,7 +434,7 @@ func file_vault_activity_activity_log_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_activity_activity_log_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_activity_activity_log_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LogFragment); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -446,7 +446,7 @@ func file_vault_activity_activity_log_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_activity_activity_log_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_activity_activity_log_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EntityActivityLog); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -458,7 +458,7 @@ func file_vault_activity_activity_log_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_activity_activity_log_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_activity_activity_log_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*TokenCount); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -470,7 +470,7 @@ func file_vault_activity_activity_log_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_activity_activity_log_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_activity_activity_log_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LogFragmentResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: vault/hcp_link/proto/link_control/link_control.proto
|
||||
|
||||
@@ -135,7 +135,7 @@ func file_vault_hcp_link_proto_link_control_link_control_proto_rawDescGZIP() []b
|
||||
}
|
||||
|
||||
var file_vault_hcp_link_proto_link_control_link_control_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_vault_hcp_link_proto_link_control_link_control_proto_goTypes = []interface{}{
|
||||
var file_vault_hcp_link_proto_link_control_link_control_proto_goTypes = []any{
|
||||
(*PurgePolicyRequest)(nil), // 0: link_control.PurgePolicyRequest
|
||||
(*PurgePolicyResponse)(nil), // 1: link_control.PurgePolicyResponse
|
||||
}
|
||||
@@ -155,7 +155,7 @@ func file_vault_hcp_link_proto_link_control_link_control_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PurgePolicyRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -167,7 +167,7 @@ func file_vault_hcp_link_proto_link_control_link_control_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_link_control_link_control_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PurgePolicyResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: vault/hcp_link/proto/meta/meta.proto
|
||||
|
||||
@@ -1054,7 +1054,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_vault_hcp_link_proto_meta_meta_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
|
||||
var file_vault_hcp_link_proto_meta_meta_proto_goTypes = []interface{}{
|
||||
var file_vault_hcp_link_proto_meta_meta_proto_goTypes = []any{
|
||||
(*ListNamespacesRequest)(nil), // 0: meta.ListNamespacesRequest
|
||||
(*ListNamespacesResponse)(nil), // 1: meta.ListNamespacesResponse
|
||||
(*ListMountsRequest)(nil), // 2: meta.ListMountsRequest
|
||||
@@ -1104,7 +1104,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListNamespacesRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1116,7 +1116,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListNamespacesResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1128,7 +1128,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListMountsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1140,7 +1140,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Mount); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1152,7 +1152,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListMountsResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1164,7 +1164,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListAuthsRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1176,7 +1176,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Auth); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1188,7 +1188,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[7].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ListAuthResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1200,7 +1200,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[8].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GetClusterStatusRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1212,7 +1212,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[9].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*HANode); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1224,7 +1224,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[10].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*HAStatus); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1236,7 +1236,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[11].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RaftServer); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1248,7 +1248,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[12].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RaftConfiguration); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1260,7 +1260,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[13].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*AutopilotServer); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1272,7 +1272,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[14].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*AutopilotStatus); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1284,7 +1284,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[15].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RaftStatus); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -1296,7 +1296,7 @@ func file_vault_hcp_link_proto_meta_meta_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_meta_meta_proto_msgTypes[16].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*GetClusterStatusResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: vault/hcp_link/proto/node_status/status.proto
|
||||
|
||||
@@ -438,7 +438,7 @@ func file_vault_hcp_link_proto_node_status_status_proto_rawDescGZIP() []byte {
|
||||
|
||||
var file_vault_hcp_link_proto_node_status_status_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
||||
var file_vault_hcp_link_proto_node_status_status_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_vault_hcp_link_proto_node_status_status_proto_goTypes = []interface{}{
|
||||
var file_vault_hcp_link_proto_node_status_status_proto_goTypes = []any{
|
||||
(LogLevel)(0), // 0: hashicorp.vault.hcp_link.node_status.LogLevel
|
||||
(*RaftStatus)(nil), // 1: hashicorp.vault.hcp_link.node_status.RaftStatus
|
||||
(*LinkedClusterNodeStatusResponse)(nil), // 2: hashicorp.vault.hcp_link.node_status.LinkedClusterNodeStatusResponse
|
||||
@@ -461,7 +461,7 @@ func file_vault_hcp_link_proto_node_status_status_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_vault_hcp_link_proto_node_status_status_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_node_status_status_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*RaftStatus); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -473,7 +473,7 @@ func file_vault_hcp_link_proto_node_status_status_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_hcp_link_proto_node_status_status_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_hcp_link_proto_node_status_status_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*LinkedClusterNodeStatusResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: vault/request_forwarding_service.proto
|
||||
|
||||
@@ -712,7 +712,7 @@ func file_vault_request_forwarding_service_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_vault_request_forwarding_service_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
||||
var file_vault_request_forwarding_service_proto_goTypes = []interface{}{
|
||||
var file_vault_request_forwarding_service_proto_goTypes = []any{
|
||||
(*EchoRequest)(nil), // 0: vault.EchoRequest
|
||||
(*EchoReply)(nil), // 1: vault.EchoReply
|
||||
(*NodeInformation)(nil), // 2: vault.NodeInformation
|
||||
@@ -750,7 +750,7 @@ func file_vault_request_forwarding_service_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_vault_request_forwarding_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_request_forwarding_service_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EchoRequest); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -762,7 +762,7 @@ func file_vault_request_forwarding_service_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_request_forwarding_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_request_forwarding_service_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*EchoReply); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -774,7 +774,7 @@ func file_vault_request_forwarding_service_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_request_forwarding_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_request_forwarding_service_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*NodeInformation); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -786,7 +786,7 @@ func file_vault_request_forwarding_service_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_request_forwarding_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_request_forwarding_service_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*ClientKey); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -798,7 +798,7 @@ func file_vault_request_forwarding_service_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_request_forwarding_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_request_forwarding_service_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PerfStandbyElectionInput); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -810,7 +810,7 @@ func file_vault_request_forwarding_service_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_request_forwarding_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_request_forwarding_service_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*PerfStandbyElectionResponse); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: vault/seal/multi_wrap_value.proto
|
||||
|
||||
@@ -117,7 +117,7 @@ func file_vault_seal_multi_wrap_value_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_vault_seal_multi_wrap_value_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
||||
var file_vault_seal_multi_wrap_value_proto_goTypes = []interface{}{
|
||||
var file_vault_seal_multi_wrap_value_proto_goTypes = []any{
|
||||
(*MultiWrapValue)(nil), // 0: seal.MultiWrapValue
|
||||
(*v2.BlobInfo)(nil), // 1: github.com.hashicorp.go.kms.wrapping.v2.types.BlobInfo
|
||||
}
|
||||
@@ -136,7 +136,7 @@ func file_vault_seal_multi_wrap_value_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_vault_seal_multi_wrap_value_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_seal_multi_wrap_value_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MultiWrapValue); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: vault/tokens/token.proto
|
||||
|
||||
@@ -186,7 +186,7 @@ func file_vault_tokens_token_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_vault_tokens_token_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_vault_tokens_token_proto_goTypes = []interface{}{
|
||||
var file_vault_tokens_token_proto_goTypes = []any{
|
||||
(*SignedToken)(nil), // 0: tokens.SignedToken
|
||||
(*Token)(nil), // 1: tokens.Token
|
||||
}
|
||||
@@ -204,7 +204,7 @@ func file_vault_tokens_token_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_vault_tokens_token_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_tokens_token_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*SignedToken); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -216,7 +216,7 @@ func file_vault_tokens_token_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_vault_tokens_token_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_vault_tokens_token_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*Token); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
||||
Reference in New Issue
Block a user