open-vault/command/server/config_test_helpers_util.go

7 lines
220 B
Go
Raw Normal View History

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