2023-03-28 22:48:58 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-12-01 19:32:34 +00:00
|
|
|
//go:build !consulent
|
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package pbautoconf
|
|
|
|
|
|
|
|
func (req *AutoConfigRequest) PartitionOrDefault() string {
|
|
|
|
return ""
|
|
|
|
}
|