open-consul/agent/consul/state/schema_oss.go

15 lines
288 B
Go
Raw Normal View History

//go:build !consulent
// +build !consulent
package state
import "github.com/hashicorp/consul/acl"
func partitionedIndexEntryName(entry string, _ string) string {
return entry
}
func partitionedAndNamespacedIndexEntryName(entry string, _ *acl.EnterpriseMeta) string {
return entry
}