Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQSAdapter ¶
type SQSAdapter struct {
// contains filtered or unexported fields
}
func NewSQSAdapter ¶
func NewSQSAdapter(conf SQSConfig) (*SQSAdapter, chan struct{}, error)
func (*SQSAdapter) Close ¶
func (a *SQSAdapter) Close() error
type SQSConfig ¶
type SQSConfig struct { ClientOptions uspclient.ClientOptions `json:"client_options" yaml:"client_options"` AccessKey string `json:"access_key" yaml:"access_key"` SecretKey string `json:"secret_key,omitempty" yaml:"secret_key,omitempty"` QueueURL string `json:"queue_url" yaml:"queue_url"` Region string `json:"region" yaml:"region"` }
Click to show internal directories.
Click to hide internal directories.