add comments

This commit is contained in:
Asim Aslam
2021-10-27 16:14:25 +01:00
parent 6b35a6a821
commit 4faa1f02bf

View File

@@ -92,9 +92,11 @@ message TruncateResponse {
// Count records in a table
message CountRequest {
// specify the table name
string table = 1;
}
message CountResponse {
// the number of records in the table
int32 count = 1;
}
}