2021-11-16 18:04:01 +00:00
|
|
|
//go:build !consulent
|
2021-05-17 20:01:32 +00:00
|
|
|
// +build !consulent
|
|
|
|
|
|
|
|
package autoconf
|
|
|
|
|
|
|
|
// AutoConfigEnterprise has no fields in OSS
|
|
|
|
type AutoConfigEnterprise struct{}
|
|
|
|
|
|
|
|
// newAutoConfigEnterprise initializes the enterprise AutoConfig struct
|
|
|
|
func newAutoConfigEnterprise(config Config) AutoConfigEnterprise {
|
|
|
|
return AutoConfigEnterprise{}
|
|
|
|
}
|