mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
18 lines
347 B
Go
18 lines
347 B
Go
// +build !consulent
|
|
|
|
package acl
|
|
|
|
type enterprisePolicyRulesMergeContext struct{}
|
|
|
|
func (ctx *enterprisePolicyRulesMergeContext) init() {
|
|
// do nothing
|
|
}
|
|
|
|
func (ctx *enterprisePolicyRulesMergeContext) merge(*EnterprisePolicyRules) {
|
|
// do nothing
|
|
}
|
|
|
|
func (ctx *enterprisePolicyRulesMergeContext) fill(*EnterprisePolicyRules) {
|
|
// do nothing
|
|
}
|