Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conf ¶
type Conf struct { Debug bool `json:"debug"` LiveCheckInterval int `json:"live_check_interval_seconds"` ActiveQueueItems int `json:"active_queue_items"` RegistrationEnabled bool `json:"registration_enabled"` WebhookURL string `json:"webhook_url"` DBSeeded bool `json:"db_seeded"` Parameters struct { VideoConvert string `json:"video_convert"` ChatRender string `json:"chat_render"` } `json:"parameters"` }
Click to show internal directories.
Click to hide internal directories.