Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidEpub error = errors.New("Invalid Epub file")
)
Functions ¶
This section is empty.
Types ¶
type Epub ¶
func NewFromFile ¶
type Metadata ¶
type Metadata struct {
Title string `xml:"http://purl.org/dc/elements/1.1/ title"`
Author string `xml:"http://purl.org/dc/elements/1.1/ creator"`
Contributors []string `xml:"http://purl.org/dc/elements/1.1/ contributor"`
Subjects []string `xml:"http://purl.org/dc/elements/1.1/ subject"`
Language string `xml:"http://purl.org/dc/elements/1.1/ language"`
Date string `xml:"http://purl.org/dc/elements/1.1/ date"`
Source string `xml:"http://purl.org/dc/elements/1.1/ source"`
}
Click to show internal directories.
Click to hide internal directories.