mirror of
https://github.com/status-im/consul.git
synced 2025-01-16 00:35:33 +00:00
80d13d500b
• Renamed EnterpriseACLConfig to just Config • Removed chained_authorizer_oss.go as it was empty • Renamed acl.go to errors.go to more closely describe its contents
9 lines
100 B
Go
9 lines
100 B
Go
// +build !consulent
|
|
|
|
package acl
|
|
|
|
// Config stub
|
|
type Config struct{}
|
|
|
|
func (_ *Config) Close() {}
|