mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-20 22:45:09 +00:00
add comments
This commit is contained in:
@@ -92,9 +92,11 @@ message TruncateResponse {
|
|||||||
|
|
||||||
// Count records in a table
|
// Count records in a table
|
||||||
message CountRequest {
|
message CountRequest {
|
||||||
|
// specify the table name
|
||||||
string table = 1;
|
string table = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
message CountResponse {
|
message CountResponse {
|
||||||
|
// the number of records in the table
|
||||||
int32 count = 1;
|
int32 count = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user