replace global vault handlers with newVaultHandlers() (#27515)

This commit is contained in:
Thy Ton
2024-06-18 22:17:40 +07:00
committed by GitHub
parent ff8442dff7
commit 28c2e94382
9 changed files with 111 additions and 82 deletions

View File

@@ -9,6 +9,6 @@ import (
_ "github.com/hashicorp/vault/helper/builtinplugins"
)
func extendAddonCommands() {
func extendAddonHandlers(*vaultHandlers) {
// No-op
}