working commit
This commit is contained in:
+3
-3
@@ -35,7 +35,7 @@ message restoreDumpResult {
|
||||
message setGrantParams {
|
||||
string username = 1;
|
||||
string accountID = 2;
|
||||
string operation = 3;
|
||||
string grantname = 3;
|
||||
}
|
||||
message setGrantResult {
|
||||
string grantID = 1;
|
||||
@@ -44,7 +44,7 @@ message setGrantResult {
|
||||
message deleteGrantParams {
|
||||
string username = 1;
|
||||
string accountID = 2;
|
||||
string operation = 3;
|
||||
string grantname = 3;
|
||||
}
|
||||
message deleteGrantResult {}
|
||||
|
||||
@@ -89,7 +89,7 @@ message accountShortDescr {
|
||||
}
|
||||
|
||||
message grantShortDescr {
|
||||
string operation = 1;
|
||||
string grantname = 1;
|
||||
string createdAt = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user