2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-13 15:26:48 +00:00

14 lines
209 B
Go

// +build !consulent
package agent
import (
"github.com/hashicorp/serf/serf"
"github.com/hashicorp/consul/acl"
)
func serfMemberFillAuthzContext(m *serf.Member, ctx *acl.AuthorizerContext) {
// no-op
}