Skip to content

Commit

Permalink
#Fix Name
Browse files Browse the repository at this point in the history
  • Loading branch information
JonyBepary committed Oct 30, 2023
1 parent df16a95 commit bec03a3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions internal/model/user.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/model/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax = "proto3";
package model;
option go_package = ".;model";
message User{
int32 user_id = 1;
int32 person_id = 1;
string user_name = 2;
string password = 3;
string email = 4;
Expand Down

0 comments on commit bec03a3

Please sign in to comment.