Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { TelegramBot TelegramBot Webcams map[string]webcam.Webcam Rabbitmq Rabbitmq Queues map[string]Queue }
func ReadConfig ¶
type TelegramAllowedSender ¶
type TelegramBot ¶
type TelegramBot struct { Token string AllowedSenders map[int]TelegramAllowedSender }
Click to show internal directories.
Click to hide internal directories.