mirror of https://github.com/hashicorp/consul
Fix type name (#6728)
parent
825e19bc5f
commit
ab5a05f71d
|
@ -36,4 +36,4 @@ func (m *EnterpriseMeta) InitDefault() {}
|
||||||
func (m *EnterpriseMeta) FillAuthzContext(*acl.EnterpriseAuthorizerContext) {}
|
func (m *EnterpriseMeta) FillAuthzContext(*acl.EnterpriseAuthorizerContext) {}
|
||||||
|
|
||||||
// FillAuthzContext stub
|
// FillAuthzContext stub
|
||||||
func (d *DirEntry) FillAuthzContext(*acl.EnterpriseAuthorizercontext) {}
|
func (d *DirEntry) FillAuthzContext(*acl.EnterpriseAuthorizerContext) {}
|
||||||
|
|
Loading…
Reference in New Issue