Fix type name (#6728)
This commit is contained in:
parent
7a2cee53c9
commit
ba9871d1c2
|
@ -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) {}
|
||||
|
|
Loading…
Reference in New Issue