Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-10-29 06:59:53 +00:00
parent ae73a4aca1
commit f33dc1e44c
11 changed files with 327 additions and 327 deletions

View File

@@ -53,9 +53,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",