send_message_batch

package
v0.0.0-...-bcdc46a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

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 MessageBatchParams struct {
	Id         string
	ParamsList []string
}

func (*MessageBatchParams) Parse

func (self *MessageBatchParams) Parse(paramName, value string) *sqserr.SQSError

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL