mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-08 23:57:01 +02:00
7 lines
220 B
Go
7 lines
220 B
Go
//go:build !enterprise
|
|
|
|
package server
|
|
|
|
func addExpectedEntConfig(c *Config, sentinelModules []string) {}
|
|
func addExpectedEntSanitizedConfig(c map[string]interface{}, sentinelModules []string) {}
|