mirror of
https://github.com/status-im/consul.git
synced 2025-02-11 05:07:02 +00:00
• 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() {}
|