This commit is contained in:
2025-10-17 14:22:03 +02:00
parent b9b0ad8603
commit c2abc4ba4d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
package epub
//Container META-INF/container.xml file
// Container META-INF/container.xml file
type Container struct {
Rootfile Rootfile `xml:"rootfiles>rootfile" json:"rootfile"`
}
//Rootfile root file
// Rootfile root file
type Rootfile struct {
Path string `xml:"full-path,attr" json:"path"`
Type string `xml:"media-type,attr" json:"type"`