vault/command/server/config_test_helpers_stubs_oss.go
2023-07-25 09:26:38 -04:00

13 lines
445 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build !enterprise
package server
//go:generate go run github.com/hashicorp/vault/tools/stubmaker
func addExpectedEntConfig(c *Config, sentinelModules []string) {}
func addExpectedDefaultEntConfig(c *Config) {}
func addExpectedEntSanitizedConfig(c map[string]interface{}, sentinelModules []string) {}