Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { ID string `xml:"id,attr"` Href string `xml:"href,attr"` MediaType string `xml:"media-type,attr"` Properties string `xml:"properties,attr"` }
Item is the manifest item structure
type Metadata ¶
type Metadata struct { Author string `json:"author" xml:"http://purl.org/dc/elements/1.1/ creator"` Title string `json:"title" xml:"http://purl.org/dc/elements/1.1/ title"` Isbn string `json:"isbn" xml:"http://purl.org/dc/elements/1.1/ identifier"` Metas []Meta `xml:"http://www.idpf.org/2007/opf meta"` Cover string `json:"cover"` }
Metadata is the package metadata structure
Click to show internal directories.
Click to hide internal directories.