Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReqQueueAttr ¶
func NewReqQueueAttr() urlutils.ISubContainer
func SendMessageBatch ¶
func SendMessageBatch(pq *pqueue.PQueue, sqsQuery *urlutils.SQSQuery) sqs_response.SQSResponse
Types ¶
type MessageBatchParams ¶
type SendMessageBatchResponse ¶
type SendMessageBatchResponse struct {
XMLName xml.Name `xml:"http://queue.amazonaws.com/doc/2012-11-05/ SendMessageBatchResponse"`
ErrorEntry []interface{} `xml:"SendMessageBatchResult>BatchResultErrorEntry,omitempty"`
ResultEntry []interface{} `xml:"SendMessageBatchResult>SendMessageBatchResultEntry,omitempty"`
RequestId string `xml:"ResponseMetadata>RequestId"`
}
func (*SendMessageBatchResponse) BatchResult ¶
func (self *SendMessageBatchResponse) BatchResult(docId string) interface{}
func (*SendMessageBatchResponse) HttpCode ¶
func (self *SendMessageBatchResponse) HttpCode() int
func (*SendMessageBatchResponse) XmlDocument ¶
func (self *SendMessageBatchResponse) XmlDocument() string
Click to show internal directories.
Click to hide internal directories.