Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-02 16:02:11 +00:00
parent ff20739cb5
commit f07ce57911
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ type EventService struct {
client *client.Client
}
// Publish a message to the event. Specify a topic to group messages for a specific topic.
// Publish a message to the event stream.
func (t *EventService) Publish(request *PublishRequest) (*PublishResponse, error) {
rsp := &PublishResponse{}
return rsp, t.client.Call("event", "Publish", request, rsp)

View File

@@ -77,5 +77,5 @@
"prepare": "npm run build"
},
"types": "index.d.ts",
"version": "1.0.610"
"version": "1.0.611"
}