Documentation ¶
Index ¶
- type Comic
- func (c *Comic) MakeComic()
- func (c *Comic) SetAuthor(author string)
- func (c *Comic) SetFormat(format string)
- func (c *Comic) SetImageLinks(links []string)
- func (c *Comic) SetInfo(name, issueNumber string)
- func (c *Comic) SetIssueNumber(issueNumber string)
- func (c *Comic) SetName(name string)
- func (c *Comic) SetOptions(options map[string]string)
- func (c *Comic) SetSource(source string)
- func (c *Comic) SetURLSource(URLSource string)
- func (c *Comic) SplitURL() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comic ¶
type Comic struct { Author string Name string IssueNumber string Source string URLSource string Links []string Options map[string]string Format string }
Comic struct contains all the informations about a comic
func (*Comic) SetImageLinks ¶
SetLinks sets the image links retrieved for a manga
func (*Comic) SetIssueNumber ¶
SetIssueNumber sets the comic issue number
func (*Comic) SetOptions ¶ added in v0.4.2
SetOptions set options to the current comic
func (*Comic) SetURLSource ¶
SetURLSource sets the URL Source
Click to show internal directories.
Click to hide internal directories.