Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BroadcastLog ¶
func BroadcastLog(level, msg string)
func RunWebDownloader ¶
func RunWebDownloader()
Types ¶
type LogBroadcaster ¶
type LogBroadcaster struct {
// contains filtered or unexported fields
}
func (*LogBroadcaster) Broadcast ¶
func (lb *LogBroadcaster) Broadcast(msg string)
func (*LogBroadcaster) Subscribe ¶
func (lb *LogBroadcaster) Subscribe() chan string
func (*LogBroadcaster) Unsubscribe ¶
func (lb *LogBroadcaster) Unsubscribe(ch chan string)
type WebConfig ¶
func DefaultConfig ¶
func DefaultConfig() WebConfig
type WebDownloader ¶
type WebDownloader struct {
// contains filtered or unexported fields
}
func NewWebDownloader ¶
func NewWebDownloader(cfg WebConfig) *WebDownloader
func (*WebDownloader) Start ¶
func (wd *WebDownloader) Start() error
Click to show internal directories.
Click to hide internal directories.