2023-03-15 16:00:52 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2022-01-05 18:02:03 +00:00
|
|
|
//go:build !enterprise
|
2020-10-29 23:47:34 +00:00
|
|
|
|
|
|
|
package server
|
|
|
|
|
|
|
|
func addExpectedEntConfig(c *Config, sentinelModules []string) {}
|
2023-03-31 15:05:16 +00:00
|
|
|
func addExpectedDefaultEntConfig(c *Config) {}
|
2020-10-29 23:47:34 +00:00
|
|
|
func addExpectedEntSanitizedConfig(c map[string]interface{}, sentinelModules []string) {}
|