Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bootstrap ¶
type Bootstrap struct { Function string `json:"function"` DDBTablePrefix string `json:"ddb_table_prefix"` DeliveryStream string `json:"delivery_stream"` SQSRunnerURL string `json:"sqs_runner_url"` S3Bucket string `json:"s3_bucket"` TwitterAPIKey string `json:"twitter_api_key"` TwitterAPISecret string `json:"twitter_api_secret"` }
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Configuration structure.
func (*Config) SendRunnerMessage ¶
func (config *Config) SendRunnerMessage(params *SendMessage) error
type ProcessorMessage ¶
type SendMessage ¶
type SendMessage struct { Bootstrap *Bootstrap `json:"bootstrap"` Message *ProcessorMessage `json:"message"` }
Click to show internal directories.
Click to hide internal directories.