Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-10-29 11:05:31 +00:00
parent cdd1eea406
commit 7b95e8f58f
13 changed files with 449 additions and 449 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{}{
"id": "1",
"type": "signup",
"user": "john",
"id": "1",
},
Topic: "events",