mirror of https://github.com/hashicorp/consul
Add DirEntry method to fill enterprise authz context
parent
d491a3a9d5
commit
825e19bc5f
|
@ -34,3 +34,6 @@ func (m *EnterpriseMeta) InitDefault() {}
|
|||
|
||||
// FillAuthzContext stub
|
||||
func (m *EnterpriseMeta) FillAuthzContext(*acl.EnterpriseAuthorizerContext) {}
|
||||
|
||||
// FillAuthzContext stub
|
||||
func (d *DirEntry) FillAuthzContext(*acl.EnterpriseAuthorizercontext) {}
|
||||
|
|
Loading…
Reference in New Issue