Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
domwong
2021-11-04 12:17:43 +00:00
parent d0456884c8
commit f1c9693633
9 changed files with 53 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ func PublishAmessage() {
mqService := mq.NewMqService(os.Getenv("MICRO_API_TOKEN"))
rsp, err := mqService.Publish(&mq.PublishRequest{
Message: map[string]interface{}{
"id": "1",
"type": "signup",
"user": "john",
"id": "1",
},
Topic: "events",
})