Skip to content

Commit

Permalink
user no del
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 24, 2024
1 parent e7698fa commit 8024d30
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions rpkm67/auth/user/v1/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ service UserService {
rpc FindOne(FindOneUserRequest) returns (FindOneUserResponse){}
rpc FindByEmail(FindByEmailRequest) returns (FindByEmailResponse){}
rpc Update(UpdateUserRequest) returns (UpdateUserResponse){}
// rpc Delete(DeleteRequest) returns (DeleteResponse){}
}

message User{
Expand Down Expand Up @@ -89,13 +88,4 @@ message UpdateUserRequest{

message UpdateUserResponse{
User user = 1;
}

// Delete
// message DeleteRequest{
// string id = 1;
// }

// message DeleteResponse{
// bool success = 1;
// }
}

0 comments on commit 8024d30

Please sign in to comment.