Fix type name (#6728)

This commit is contained in:
Matt Keeler 2019-11-01 16:58:00 -04:00 committed by GitHub
parent 7a2cee53c9
commit ba9871d1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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