Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-02 19:12:26 +00:00
parent 1cf37ac98c
commit 06e7c0f242
5 changed files with 10 additions and 2 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",
})