Add DirEntry method to fill enterprise authz context
This commit is contained in:
parent
c71ea7056f
commit
7a2cee53c9
|
@ -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