working commit
This commit is contained in:
+6
-6
@@ -35,16 +35,16 @@ message restoreDumpResult {
|
||||
|
||||
message setGrantParams {
|
||||
string username = 1;
|
||||
int64 accountID = 2;
|
||||
string accountID = 2;
|
||||
string operation = 3;
|
||||
}
|
||||
message setGrantResult {
|
||||
int64 grantID = 1;
|
||||
string grantID = 1;
|
||||
}
|
||||
|
||||
message deleteGrantParams {
|
||||
string username = 1;
|
||||
int64 accountID = 2;
|
||||
string accountID = 2;
|
||||
string operation = 3;
|
||||
}
|
||||
message deleteGrantResult {}
|
||||
@@ -55,18 +55,18 @@ message createAccountParams {
|
||||
string password = 2;
|
||||
}
|
||||
message createAccountResult {
|
||||
int64 accountID = 1;
|
||||
string accountID = 1;
|
||||
}
|
||||
|
||||
message deleteAccountParams {
|
||||
string username = 1;
|
||||
int64 accountID = 2;
|
||||
string accountID = 2;
|
||||
}
|
||||
message deleteAccountResult {}
|
||||
|
||||
message updateAccountParams {
|
||||
string username = 1;
|
||||
int64 accountID = 2;
|
||||
string accountID = 2;
|
||||
string newUsername = 3;
|
||||
string newPassword = 4;
|
||||
bool disabled = 5;
|
||||
|
||||
Reference in New Issue
Block a user