Documentation
¶
Index ¶
Constants ¶
View Source
const TYPE string = "sqs"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { URL string `yaml:"url"` Region string `yaml:"region"` Endpoint string `yaml:"endpoint"` AccessKey string `yaml:"access_key"` SecretKey string `yaml:"secret_key"` }
func ParseConfig ¶
Click to show internal directories.
Click to hide internal directories.