mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 20:05:09 +00:00
8 lines
141 B
Go
8 lines
141 B
Go
//go:build !consulent
|
|
// +build !consulent
|
|
|
|
package agent
|
|
|
|
// enterpriseDelegate has no functions in OSS
|
|
type enterpriseDelegate interface{}
|