style: align struct fields in config, domain, and auth
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user