Commit from GitHub Actions (Publish APIs & Clients)

This commit is contained in:
domwong
2021-10-26 09:09:24 +00:00
parent f0019e576a
commit 5cb3a51ecb
8 changed files with 19 additions and 12 deletions

View File

@@ -12,10 +12,10 @@ func CreateArecord() {
dbService := db.NewDbService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := dbService.Create(&db.CreateRequest{
Record: map[string]interface{}{
"id": "1",
"name": "Jane",
"age": 42,
"isActive": true,
"id": "1",
"name": "Jane",
},
Table: "users",
})