mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 04:54:42 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
5
clients/ts/.gitignore
vendored
5
clients/ts/.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
.npmrc
|
||||
node_modules
|
||||
dist
|
||||
es
|
||||
@@ -7,7 +6,9 @@ types
|
||||
tmp
|
||||
index.js
|
||||
index.d.ts
|
||||
esmesm
|
||||
esm
|
||||
.npmrc
|
||||
esm
|
||||
index.js
|
||||
index.d.ts
|
||||
address
|
||||
|
||||
@@ -12,9 +12,9 @@ func PublishAmessage() {
|
||||
streamService := stream.NewStreamService(os.Getenv("MICRO_API_TOKEN"))
|
||||
rsp, err := streamService.Publish(&stream.PublishRequest{
|
||||
Message: map[string]interface{}{
|
||||
"user": "john",
|
||||
"id": "1",
|
||||
"type": "signup",
|
||||
"user": "john",
|
||||
},
|
||||
Topic: "events",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user