mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-19 21:45:17 +00:00
Commit from m3o/m3o action
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user