Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-10-27 16:00:38 +00:00
parent 4faa1f02bf
commit 7010c1f83d
4 changed files with 6 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ func UpdateArecord() {
dbService := db.NewDbService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := dbService.Update(&db.UpdateRequest{
Record: map[string]interface{}{
"age": 43,
"id": "1",
"age": 43,
},
Table: "users",
})