File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11PORT = 8000
22
3+ GRPC_SERVER_ADDRESS = 0.0.0.0:8080
4+
35MONGO_INITDB_ROOT_USERNAME = root
46MONGO_INITDB_ROOT_PASSWORD = password123
57
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ package pb;
44
55import "rpc_signin_user.proto" ;
66import "rpc_signup_user.proto" ;
7- import "rpc_verify_user.proto" ;
87import "user.proto" ;
98
109option go_package = "github.com/wpcodevo/golang-mongodb/pb" ;
@@ -13,4 +12,6 @@ service AuthService {
1312 rpc SignUpUser (SignUpUserInput ) returns (GenericResponse ) {}
1413 rpc SignInUser (SignInUserInput ) returns (SignInUserResponse ) {}
1514 rpc VerifyEmail (VerifyEmailRequest ) returns (GenericResponse ) {}
16- }
15+ }
16+
17+ message VerifyEmailRequest { string verificationCode = 1 ; }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments