Add combined lat lng field to ev chargers response (#222)

This commit is contained in:
Dominic Wong
2021-10-04 16:27:00 +01:00
committed by GitHub
parent 19582c661f
commit f23a935a9a
7 changed files with 202 additions and 188 deletions

View File

@@ -11,8 +11,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",
})