Versions in this module Expand all Collapse all v0 v0.1.1 Oct 27, 2016 Changes in this version + type Author struct + Data string + FileAs string + Role string + type Content struct + Src string + type Date struct + Data string + Event string + type Identifier struct + Data string + ID string + Scheme string + type Manifest struct + Fallback string + Href string + ID string + MediaOverlay string + MediaType string + Properties string + type Metadata struct + Contributor []Author + Coverage []string + Creator []Author + Date []Date + Description []string + Format []string + Identifier []Identifier + Language []string + Meta []Metafield + Publisher []string + Relation []string + Rights []string + Source []string + Subject []string + Title []string + Type []string + type Metafield struct + Content string + Name string + type NavPoint struct + Content Content + Points []NavPoint + Text string + type Rootfile struct + Path string + Type string + type Spine struct + ID string + Items []SpineItem + PageProgression string + Toc string + type SpineItem struct + ID string + IDref string + Linear string + Properties string v0.1.0 Oct 25, 2016 Changes in this version + type Book struct + Container Container + Mimetype string + Ncx Ncx + Opf Opf + func Open(fn string) (*Book, error) + func (p *Book) Close() + func (p *Book) Files() []string + func (p *Book) Open(n string) (io.ReadCloser, error) + type Container struct + Rootfile rootfile + type Ncx struct + Points []navpoint + type Opf struct + Manifest []manifest + Metadata meta + Spine spine