Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-02 08:18:51 +00:00
parent eff35e79ef
commit 2ccc1a4d17
15 changed files with 519 additions and 519 deletions

View File

@@ -26,9 +26,9 @@ func PublishAmessage() {
streamService := stream.NewStreamService(os.Getenv("M3O_API_TOKEN"))
rsp, err := streamService.Publish(&stream.PublishRequest{
Message: map[string]interface{}{
"user": "john",
"id": "1",
"type": "signup",
"user": "john",
},
Topic: "events",