Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-02 16:01:40 +00:00
parent ec70bb0b96
commit 913e2d609a
19 changed files with 727 additions and 727 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)