mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 15:25:19 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -53,10 +53,12 @@ func (t *DbService) Update(request *UpdateRequest) (*UpdateResponse, error) {
|
||||
}
|
||||
|
||||
type CountRequest struct {
|
||||
// specify the table name
|
||||
Table string `json:"table"`
|
||||
}
|
||||
|
||||
type CountResponse struct {
|
||||
// the number of records in the table
|
||||
Count int32 `json:"count"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user