style: align struct fields in config, domain, and auth

This commit is contained in:
2026-05-26 16:17:54 +02:00
parent ff8f760750
commit 9c3636f31a
3 changed files with 15 additions and 17 deletions

View File

@@ -82,4 +82,3 @@ func truthy(v string) bool {
return false
}
}

View File

@@ -18,4 +18,3 @@ type AuditEvent struct {
type AuditService interface {
Record(ctx context.Context, event AuditEvent) error
}