Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookForm ¶
type BookForm struct { Author string `xml:"author"` Title string `xml:"title"` Genre string `xml:"genre"` Price float32 `xml:"price"` Pubdate time.Time `xml:"pub_date"` Review string `xml:"review"` Name string `xml:"urn:books name,attr,omitempty"` }
func (*BookForm) MarshalXML ¶
func (*BookForm) UnmarshalXML ¶
Click to show internal directories.
Click to hide internal directories.