open-vault/command/server/config_test_helpers_util.go
2022-01-05 12:02:03 -06:00

7 lines
220 B
Go

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