consul/acl/acl_oss.go
Dhia Ayachi bc0e4f2f46
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
}