rbd: Unexport VaultTenantSA struct from KMS implementation

This commit unexport VaultTenantSA struct from KMS implemenation
of Vault KMS.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-01-24 18:32:26 +05:30
committed by mergify[bot]
parent c8a3b9352e
commit b75c562217
2 changed files with 13 additions and 13 deletions

View File

@ -31,7 +31,7 @@ func TestVaultTenantSAKMSRegistered(t *testing.T) {
func TestTenantSAParseConfig(t *testing.T) {
t.Parallel()
vts := VaultTenantSA{}
vts := vaultTenantSA{}
config := make(map[string]interface{})