Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = &Config{Output: "stdout"}
Functions ¶
This section is empty.
Types ¶
type GetComicInfoResponse ¶
type GetComicInfoResponse struct {
Head httpwrap.ResponseHeadInfo `json:"head"`
Body api.ComicInfo `json:"body"`
}
type Manager ¶
type Manager struct {
*Config
}
func NewManager ¶
func (*Manager) GetComicInfo ¶
func (*Manager) GetComicInfos ¶
Click to show internal directories.
Click to hide internal directories.