mirror of
https://github.com/status-im/consul.git
synced 2025-02-11 21:27:20 +00:00
12 lines
264 B
Go
12 lines
264 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
//go:build !consulent
|
|
|
|
package discovery
|
|
|
|
import "github.com/hashicorp/consul/acl"
|
|
|
|
// defaultEntMeta is the default enterprise meta used for testing.
|
|
var defaultEntMeta = acl.EnterpriseMeta{}
|