Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Metadata ¶
type Metadata struct {
Title []string `xml:"title"`
Language []string `xml:"language"`
Identifier []Identifier `xml:"identifier"`
Creator []Author `xml:"creator"`
Subject []string `xml:"subject"`
Description []string `xml:"description"`
Publisher []string `xml:"publisher"`
Contributor []Author `xml:"contributor"`
Date []Date `xml:"date"`
Type []string `xml:"type"`
Format []string `xml:"format"`
Source []string `xml:"source"`
Relation []string `xml:"relation"`
Coverage []string `xml:"coverage"`
Rights []string `xml:"rights"`
Meta []*Meta `xml:"meta"`
}
func GetMetadata ¶
GetMetadata reads metadata from the given epub opened as a readatSeeker
func GetMetadataFromFile ¶
GetMetadataFromFile reads metadata from the given epub file
Click to show internal directories.
Click to hide internal directories.