Add DirEntry method to fill enterprise authz context

This commit is contained in:
Matt Keeler 2019-11-01 16:48:44 -04:00
parent c71ea7056f
commit 7a2cee53c9
No known key found for this signature in database
GPG Key ID: 04DBAE1857E0081B
1 changed files with 3 additions and 0 deletions

View File

@ -34,3 +34,6 @@ func (m *EnterpriseMeta) InitDefault() {}
// FillAuthzContext stub
func (m *EnterpriseMeta) FillAuthzContext(*acl.EnterpriseAuthorizerContext) {}
// FillAuthzContext stub
func (d *DirEntry) FillAuthzContext(*acl.EnterpriseAuthorizercontext) {}