Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ID string //<< aws account id Key string //<< aws auth key - leave blank for no auth Secret string //<< aws account secret - leave blank for no auth Region string //<< aws region Queue string //<< queue name - not needed if url provided URL string //<< queue url - not needed if queue provided Endpoint string //<< aws endpoint Retries int //<< max retries Timeout int //<< visibility timeout (seconds) Wait int //<< wait time (seconds) }
Config the client configs
type SQSC ¶
type SQSC struct {
// contains filtered or unexported fields
}
SQSC the client
func (*SQSC) Consume ¶
Consume consume a single message from the queue
returns - the message body - the receipt handle (use for deleting messages) - any error
Click to show internal directories.
Click to hide internal directories.