feat(aa): update templates to last struct changes.

This commit is contained in:
Alexandre Pujol 2024-06-29 22:33:45 +01:00
parent 4e1b972ee5
commit 8377dde5d2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
10 changed files with 51 additions and 16 deletions

View file

@ -3,13 +3,12 @@
{{- /* SPDX-License-Identifier: GPL-2.0-only */ -}}
{{- define "qualifier" -}}
{{- with .Prefix -}}
{{ . }}
{{- end -}}
{{- if .Audit -}}
{{- "audit " -}}
{{- end -}}
{{- .Padding 0 -}}
{{- if eq .AccessType "deny" -}}
{{- "deny " -}}
{{- end -}}
{{- .Padding 1 -}}
{{- end -}}