Skip to content

Commit

Permalink
chore(user): rename
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers committed Jan 5, 2024
1 parent 5f923fa commit 43405e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gomall/app/user/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (s *UserServiceImpl) Register(ctx context.Context, req *user.RegisterReq) (
}

// Login implements the UserServiceImpl interface.
func (s *UserServiceImpl) Login(ctx context.Context, req *user.LoginReq) (resp *user.LoginRes, err error) {
func (s *UserServiceImpl) Login(ctx context.Context, req *user.LoginReq) (resp *user.LoginResp, err error) {
resp, err = service.NewLoginService(ctx).Run(req)

return resp, err
Expand Down

0 comments on commit 43405e6

Please sign in to comment.