Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmqpConfig ¶
type AmqpData ¶
type AmqpData struct { Topic string Publisher *amqp.Publisher Subscriber *amqp.Subscriber }
type Config ¶
type Config interface { // base comfig.Logger pgdb.Databaser types.Copuser comfig.Listenerer // other config values Telegram() *TelegramCfg Amqp() *AmqpData JwtParams() *JwtCfg RateLimit() *RateLimitCfg Runners() *RunnersCfg Aws() *AwsCfg // Registrator config Registrator() RegistratorConfig }
type RateLimitCfg ¶
type RegistratorConfig ¶
type RunnersCfg ¶
type TelegramCfg ¶
Click to show internal directories.
Click to hide internal directories.