Documentation
¶
Index ¶
- func AskUser(question string) bool
- func CreateThumbnail(filename string)
- type Comic
- type Page
- func (p *Page) FSPath() string
- func (p *Page) GetAct() string
- func (p *Page) GetDateFromFSPath() string
- func (p *Page) GetDescription() string
- func (p *Page) GetDisqusId() string
- func (p *Page) GetDisqusIdentifier() string
- func (p *Page) GetImageFilename() string
- func (p *Page) GetImgUrl() string
- func (p *Page) GetMeta() [][]string
- func (p *Page) GetNavi() [][]string
- func (p *Page) GetPath() string
- func (p *Page) GetProdUrl() string
- func (p *Page) GetThumnailUrl() string
- func (p *Page) GetTitle() string
- func (p *Page) IsLast() bool
- func (p *Page) SetRels(first *Page, prev *Page, next *Page, last *Page)
- func (p *Page) UrlToNext() string
- type Pages
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateThumbnail ¶
func CreateThumbnail(filename string)
Types ¶
type Comic ¶
type Comic struct {
// contains filtered or unexported fields
}
func (*Comic) ConnectPages ¶
func (c *Comic) ConnectPages()
func (*Comic) Get10LastComicPagesNewestFirst ¶
type Page ¶
type Page struct {
Id, PageNumber int
Title, Description, Path, ImgUrl, DisqusId, Act string
// contains filtered or unexported fields
}
func NewPageFromFilename ¶
func (*Page) GetDateFromFSPath ¶
func (*Page) GetDescription ¶
func (*Page) GetDisqusId ¶
func (*Page) GetDisqusIdentifier ¶
func (*Page) GetImageFilename ¶
func (*Page) GetProdUrl ¶
func (*Page) GetThumnailUrl ¶
Click to show internal directories.
Click to hide internal directories.