open-consul/acl/acl_oss.go
Dhia Ayachi 96d7842118
partition dicovery chains (#10983)
* partition dicovery chains

* fix default partition for OSS
2021-09-07 16:29:32 -04:00

14 lines
177 B
Go

// +build !consulent
package acl
const DefaultPartitionName = ""
type EnterpriseConfig struct {
// no fields in OSS
}
func (_ *EnterpriseConfig) Close() {
// do nothing
}