vault/command/server_util.go

12 lines
256 B
Go
Raw Normal View History

2018-10-23 02:34:02 -04:00
package command
import (
"github.com/hashicorp/vault/command/server"
2018-10-23 02:34:02 -04:00
"github.com/hashicorp/vault/vault"
)
var adjustCoreConfigForEnt = adjustCoreConfigForEntNoop
2018-10-23 02:34:02 -04:00
2020-02-14 19:39:13 -05:00
func adjustCoreConfigForEntNoop(config *server.Config, coreConfig *vault.CoreConfig) {
}