package
Version:
v0.0.0-...-63d1355
Opens a new window with list of versions in this module.
Published: Feb 1, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
BrokerQueueSz int `json:"broker_queue_sz" yaml:"broker_queue_sz" env:"BROKER_QUEUE_SIZE" default:"10"`
Telegram Telegram `json:"telegram" yaml:"telegram"`
}
type Telegram struct {
ReaderToken string `json:"reader_token" yaml:"reader_token" env:"TELEGRAM_READER_TOKEN"`
WriterToken string `json:"writer_token" yaml:"writer_token" env:"TELEGRAM_WRITER_TOKEN"`
Workers int `json:"workers" yaml:"workers" env:"TELEGRAM_WORKERS"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.