2023-03-28 18:39:22 +00:00
|
|
|
// Copyright (c) HashiCorp, Inc.
|
|
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2019-05-01 15:11:27 +00:00
|
|
|
// +build !consulent
|
2018-05-24 14:36:42 +00:00
|
|
|
|
|
|
|
package agent
|
|
|
|
|
2023-08-23 16:53:44 +00:00
|
|
|
// enterpriseDelegate has no functions in CE
|
2018-05-24 14:36:42 +00:00
|
|
|
type enterpriseDelegate interface{}
|