Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-02 14:55:18 +00:00
parent 716231b211
commit 15117f4033
16 changed files with 473 additions and 476 deletions

View File

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