Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Username string `json:"username" toml:"username,omitempty"` Password string `json:"password,omitempty" toml:"password,omitempty"` QueueAddresses []string `json:"queueAddress" toml:"queue_address,omitempty"` DB int `json:"database,omitempty" toml:"database,omitempty"` }
Config configures a Redis-backed consumer.
Click to show internal directories.
Click to hide internal directories.