fix: Fixed project name.

This commit is contained in:
Назар Гольченко 2025-10-15 17:44:56 +03:00
parent 60efd31105
commit a5a9944731
2 changed files with 6 additions and 6 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module gitea.cybertalant.ru/VisionCareerMiniapp/DataManagemet module gitea.cybertalant.ru/VisionCareerMiniapp/DataManagement
go 1.24.0 go 1.24.0

View File

@ -24,12 +24,12 @@ service VisionCareerApiServiceV1 {
// ---------------------------------------- // ----------------------------------------
message User { message User {
int64 id = 1; // required int64 id = 1; // required
string targetRole = 2; string targetRole = 2; // required
string resumePath = 3; string resumePath = 3;
string workExperience = 4; string workExperience = 4; // required
string workFormat = 5; string workFormat = 5; // required
string salaryRange = 6; string salaryRange = 6; // required
} }
// ---------------------------------------- // ----------------------------------------