mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
replace global vault handlers with newVaultHandlers() (#27515)
This commit is contained in:
@@ -9,6 +9,6 @@ import (
|
||||
_ "github.com/hashicorp/vault/helper/builtinplugins"
|
||||
)
|
||||
|
||||
func extendAddonCommands() {
|
||||
func extendAddonHandlers(*vaultHandlers) {
|
||||
// No-op
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user