consul/acl/acl_oss.go
Matt Keeler 80d13d500b
Miscellaneous acl package cleanup
• 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
2019-12-18 13:44:32 -05:00

9 lines
100 B
Go

// +build !consulent
package acl
// Config stub
type Config struct{}
func (_ *Config) Close() {}