Documentation
¶
Index ¶
Constants ¶
View Source
const RuntimeDir = "./runtime"
Variables ¶
View Source
var ChapterFetchChan = make(chan *model.Chapter, 10)
View Source
var Config struct { Storage struct { Host string `yaml:"host"` Port string `yaml:"port"` Database string `yaml:"database"` Username string `yaml:"username"` Password string `yaml:"password"` } `yaml:"storage"` Log struct { File string `yaml:"file"` Level string `yaml:"level"` } `yaml:"log"` }
View Source
var MobiGenerateChan = make(chan *model.Mobi, 5)
View Source
var Mutex *sync.Mutex
Mutex is global mutex lock for control chromedp operating
Functions ¶
func DownloadPicture ¶
func InitLogrus ¶
func InitLogrus()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.