mirror of https://github.com/hashicorp/consul
8 lines
140 B
Go
8 lines
140 B
Go
|
//go:build !consulent
|
||
|
// +build !consulent
|
||
|
|
||
|
package agent
|
||
|
|
||
|
// enterpriseDelegate has no functions in CE
|
||
|
type enterpriseDelegate interface{}
|