mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
6 lines
219 B
Go
6 lines
219 B
Go
// +build !enterprise
|
|
|
|
package server
|
|
|
|
func addExpectedEntConfig(c *Config, sentinelModules []string) {}
|
|
func addExpectedEntSanitizedConfig(c map[string]interface{}, sentinelModules []string) {}
|