open-consul/acl/acl_oss.go

12 lines
144 B
Go

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