mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
10 lines
135 B
Go
10 lines
135 B
Go
// +build !consulent
|
|
|
|
package consul
|
|
|
|
type EnterpriseConfig struct{}
|
|
|
|
func DefaultEnterpriseConfig() *EnterpriseConfig {
|
|
return nil
|
|
}
|