mirror of https://github.com/hashicorp/consul
19 lines
324 B
Go
19 lines
324 B
Go
![]() |
// Copyright (c) HashiCorp, Inc.
|
||
![]() |
// SPDX-License-Identifier: BUSL-1.1
|
||
![]() |
|
||
![]() |
//go:build !consulent
|
||
|
|
||
|
package pbpeering
|
||
|
|
||
|
func (r *GenerateTokenRequest) PartitionOrDefault() string {
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func (p *Peering) PartitionOrDefault() string {
|
||
|
return ""
|
||
|
}
|
||
|
|
||
|
func (ptb *PeeringTrustBundle) PartitionOrDefault() string {
|
||
|
return ""
|
||
|
}
|