mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +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{}
|