mirror of https://github.com/status-im/consul.git
Fix type name (#6728)
This commit is contained in:
parent
825e19bc5f
commit
ab5a05f71d
|
@ -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