Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-01 15:38:48 +00:00
parent c64b4b029f
commit 58743a5a31
18 changed files with 636 additions and 636 deletions

View File

@@ -12,9 +12,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",
})