81a86f48e8
* Backport some OSS changes * go mod vendor
7 lines
219 B
Go
7 lines
219 B
Go
// +build !enterprise
|
|
|
|
package server
|
|
|
|
func addExpectedEntConfig(c *Config, sentinelModules []string) {}
|
|
func addExpectedEntSanitizedConfig(c map[string]interface{}, sentinelModules []string) {}
|