Commit all code. Should be mostly functional.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package comicinfo
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
type ComicInfo struct {
|
||||
XMLName xml.Name `xml:"ComicInfo"`
|
||||
XmlnsXsd string `xml:"xmlns:xsd,attr"`
|
||||
XmlnsXsi string `xml:"xmlns:xsi,attr"`
|
||||
Title string `xml:"Title"`
|
||||
Summary string `xml:"Summary"`
|
||||
Writer string `xml:"Writer"`
|
||||
Publisher string `xml:"Publisher"`
|
||||
Imprint string `xml:"Imprint"`
|
||||
Tags string `xml:"Tags"`
|
||||
PageCount int `xml:"PageCount"`
|
||||
Manga string `xml:"Manga"`
|
||||
AgeRating string `xml:"AgeRating"`
|
||||
}
|
||||
Reference in New Issue
Block a user