mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add comments
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user