96d7842118
* partition dicovery chains * fix default partition for OSS
14 lines
177 B
Go
14 lines
177 B
Go
// +build !consulent
|
|
|
|
package acl
|
|
|
|
const DefaultPartitionName = ""
|
|
|
|
type EnterpriseConfig struct {
|
|
// no fields in OSS
|
|
}
|
|
|
|
func (_ *EnterpriseConfig) Close() {
|
|
// do nothing
|
|
}
|