Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-05 12:06:31 +00:00
parent 47d5904eb4
commit 33f9259d4a
5 changed files with 5 additions and 5 deletions

View File

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