comic

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2018 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Book

type Book struct {
	Title    string
	Artist   string
	Language string
	// contains filtered or unexported fields
}

func Create

func Create(path string, title string, artist string, language string) (*Book, error)

func Open

func Open(path string) (*Book, error)

func (*Book) Add

func (book *Book) Add(sources []string) error

func (*Book) GetPage

func (book *Book) GetPage(index int) (io.ReadCloser, error)

func (*Book) GetPageName

func (book *Book) GetPageName(index int) string

func (*Book) Pages

func (book *Book) Pages() int

func (*Book) Remove

func (book *Book) Remove(pages []int) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL