open-vault/command/server/config_test_helpers_util.go
Brian Kassouf 81a86f48e8
Backport some OSS changes (#10267)
* Backport some OSS changes

* go mod vendor
2020-10-29 16:47:34 -07:00

7 lines
219 B
Go

// +build !enterprise
package server
func addExpectedEntConfig(c *Config, sentinelModules []string) {}
func addExpectedEntSanitizedConfig(c map[string]interface{}, sentinelModules []string) {}