Kian 4 anni fa
parent
commit
700c2b5869
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pkg/provider/oracle/oracle.go

+ 1 - 1
pkg/provider/oracle/oracle.go

@@ -204,7 +204,7 @@ func (kms *KeyManagementService) NewClient(ctx context.Context, store esv1alpha1
 	return kms, nil
 }
 
-func (kms *KeyManagementService) Close() error {
+func (kms *KeyManagementService) Close(ctx context.Context) error {
 	return nil
 }