dete accounts
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m1s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 2m1s
This commit is contained in:
@@ -14,6 +14,7 @@ service MobilityAccounts {
|
||||
rpc GetAccountUsername(GetAccountUsernameRequest) returns (GetAccountUsernameResponse) {}
|
||||
rpc GetAccounts(GetAccountsRequest) returns (GetAccountsResponse) {}
|
||||
rpc GetAccountsBatch(GetAccountsBatchRequest) returns (GetAccountsBatchResponse) {}
|
||||
rpc DeleteAccount(DeleteAccountRequest) returns (DeleteAccountResponse) {}
|
||||
|
||||
// Authentication functions
|
||||
rpc Login(LoginRequest) returns (LoginResponse) {}
|
||||
@@ -95,4 +96,10 @@ message ChangePasswordRequest {
|
||||
string password = 16;
|
||||
}
|
||||
|
||||
message ChangePasswordResponse {}
|
||||
message ChangePasswordResponse {}
|
||||
|
||||
message DeleteAccountRequest {
|
||||
string id = 22;
|
||||
}
|
||||
|
||||
message DeleteAccountResponse {}
|
||||
Reference in New Issue
Block a user