error handling

This commit is contained in:
Alex
2025-02-28 10:46:40 +01:00
parent b0271f8443
commit a2e8abbf6b
6 changed files with 59 additions and 38 deletions

View File

@@ -26,6 +26,7 @@ type ValidationFields struct {
Login string
Email string
User string
Licences string
}
var (
@@ -77,5 +78,6 @@ var Responses = struct {
Login: "user.login",
Email: "user.email",
User: "user.user",
Licences: "licence",
},
}