Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQSClient ¶
type SQSClient struct {
// contains filtered or unexported fields
}
func (*SQSClient) HealthStatus ¶
func (h *SQSClient) HealthStatus() v1.HealthStatus
type SQSClientFactory ¶
type SQSClientFactory struct { }
func (*SQSClientFactory) CreateConsumer ¶
func (*SQSClientFactory) CreateProducer ¶
type SQSMessage ¶
func (*SQSMessage) Abort ¶
func (m *SQSMessage) Abort(error) bool
func (*SQSMessage) Complete ¶
func (m *SQSMessage) Complete() error
func (*SQSMessage) Data ¶
func (m *SQSMessage) Data() string
func (*SQSMessage) Id ¶
func (m *SQSMessage) Id() string
type SnsMessage ¶
type SnsMessage struct {
Message string `json:"Message"`
}
Click to show internal directories.
Click to hide internal directories.