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

@@ -18,8 +18,8 @@ import (
)
type authService struct {
repo domain.AuthRepository
auditSvc domain.AuditService
repo domain.AuthRepository
auditSvc domain.AuditService
}
func NewAuthService(repo domain.AuthRepository, auditSvc domain.AuditService) domain.AuthService {